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