3 references to HScrollProperties
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
247
public HScrollProperties HorizontalScroll => _horizontalScroll ??= new
HScrollProperties
(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\HScrollPropertiesTests.cs (1)
33
public SubHScrollProperties(ScrollableControl container) :
base
(container)
System\Windows\Forms\ScrollPropertiesTests.cs (1)
583
public SubScrollProperties(ScrollableControl container) :
base
(container)