2 references to VScrollProperties
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
265public VScrollProperties VerticalScroll => _verticalScroll ??= new VScrollProperties(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\VScrollPropertiesTests.cs (1)
32public SubVScrollProperties(ScrollableControl container) : base(container)