16 references to SmallIncrement
System.Windows.Forms (16)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
2589
ScrollRowsByCount(rowsToScroll, rowsToScroll > 1 ? ScrollEventType.LargeIncrement : ScrollEventType.
SmallIncrement
);
2755
scrollEventType = change > 0 ? ScrollEventType.
SmallIncrement
: ScrollEventType.SmallDecrement;
2759
scrollEventType = Columns.GetColumnCount(DataGridViewElementStates.Visible, oldFirstVisibleScrollingCol, DisplayedBandsInfo.FirstDisplayedScrollingCol) > 1 ? ScrollEventType.LargeIncrement : ScrollEventType.
SmallIncrement
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (9)
16586
ScrollRowsByCount(1, ScrollEventType.
SmallIncrement
);
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
;
28399
if (se.Type is ScrollEventType.
SmallIncrement
or ScrollEventType.SmallDecrement)
28401
int dCols = (se.Type == ScrollEventType.
SmallIncrement
) ? 1 : -1;
28425
case ScrollEventType.
SmallIncrement
:
28432
ScrollRowsByCount(1, ScrollEventType.
SmallIncrement
);
29873
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
: