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