16 references to SmallIncrement
System.Windows.Forms (16)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
2594
ScrollRowsByCount(rowsToScroll, rowsToScroll > 1 ? ScrollEventType.LargeIncrement : ScrollEventType.
SmallIncrement
);
2760
scrollEventType = change > 0 ? ScrollEventType.
SmallIncrement
: ScrollEventType.SmallDecrement;
2764
scrollEventType = Columns.GetColumnCount(DataGridViewElementStates.Visible, oldFirstVisibleScrollingCol, DisplayedBandsInfo.FirstDisplayedScrollingCol) > 1 ? ScrollEventType.LargeIncrement : ScrollEventType.
SmallIncrement
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (9)
16651
ScrollRowsByCount(1, ScrollEventType.
SmallIncrement
);
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
;
28472
if (se.Type is ScrollEventType.
SmallIncrement
or ScrollEventType.SmallDecrement)
28474
int dCols = (se.Type == ScrollEventType.
SmallIncrement
) ? 1 : -1;
28498
case ScrollEventType.
SmallIncrement
:
28505
ScrollRowsByCount(1, ScrollEventType.
SmallIncrement
);
29946
ScrollRowsByCount(normOffset, normOffset < 0 ? ScrollEventType.SmallDecrement : ScrollEventType.
SmallIncrement
);
System\Windows\Forms\Scrolling\ScrollBar.cs (4)
545
DoScroll(ScrollEventType.
SmallIncrement
);
642
type = ScrollEventType.
SmallIncrement
;
645
case ScrollEventType.
SmallIncrement
:
679
case ScrollEventType.
SmallIncrement
: