1 instantiation of HScrollProperties
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
245
public HScrollProperties HorizontalScroll => _horizontalScroll ??= new
HScrollProperties
(this);
3 references to HScrollProperties
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
900
public new
HScrollProperties
HorizontalScroll
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
45
private
HScrollProperties
? _horizontalScroll;
245
public
HScrollProperties
HorizontalScroll => _horizontalScroll ??= new HScrollProperties(this);