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