5 references to VerticalScroll
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
18851
if (orientation == ScrollOrientation.
VerticalScroll
)
26382
OnScroll(scrollEventType, newScrolledOffRowCount - rowCount, newScrolledOffRowCount, ScrollOrientation.
VerticalScroll
);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1336
WmOnScroll(ref m, oldValue, pos, ScrollOrientation.
VerticalScroll
);
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
41
? ScrollOrientation.
VerticalScroll
480
if (_scrollOrientation == ScrollOrientation.
VerticalScroll
)