9 references to LargeIncrement
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2589
ScrollRowsByCount(rowsToScroll, rowsToScroll > 1 ? ScrollEventType.
LargeIncrement
: ScrollEventType.SmallIncrement);
2759
scrollEventType = Columns.GetColumnCount(DataGridViewElementStates.Visible, oldFirstVisibleScrollingCol, DisplayedBandsInfo.FirstDisplayedScrollingCol) > 1 ? ScrollEventType.
LargeIncrement
: ScrollEventType.SmallIncrement;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
26306
ScrollRowsByCount(rowsToScroll, rowsToScroll > 1 ? ScrollEventType.
LargeIncrement
: ScrollEventType.SmallIncrement);
26389
Debug.Assert((rows > 0 && (scrollEventType == ScrollEventType.SmallIncrement || scrollEventType == ScrollEventType.
LargeIncrement
))
26518
scrollEventType = rowCount > 1 ? ScrollEventType.
LargeIncrement
: ScrollEventType.SmallIncrement;
28450
case ScrollEventType.
LargeIncrement
:
System\Windows\Forms\Scrolling\ScrollBar.cs (3)
650
type = ScrollEventType.
LargeIncrement
;
653
case ScrollEventType.
LargeIncrement
:
687
case ScrollEventType.
LargeIncrement
: