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