5 references to VerticalScroll
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
19392
if (ScrollOrientation.
VerticalScroll
== orientation)
26487
OnScroll(scrollEventType, newScrolledOffRowCount - rowCount, newScrolledOffRowCount, ScrollOrientation.
VerticalScroll
);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1373
WmOnScroll(ref m, oldValue, pos, ScrollOrientation.
VerticalScroll
);
winforms\Managed\System\WinForms\ScrollBar.cs (2)
68
scrollOrientation = ScrollOrientation.
VerticalScroll
;
670
if (scrollOrientation == ScrollOrientation.
VerticalScroll
) {