SliderWidget.SliderButton.this - multiple declarations

Variable SliderWidget.SliderButton.this

class SliderWidget.SliderButton
{
  // ...
  SliderWidget this;
  // ...
}

Function SliderWidget.SliderButton.this

this(
  string resourceId
);