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