9 references to LargeIncrement
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (2)
3225ScrollRowsByCount(rowsToScroll, rowsToScroll > 1 ? ScrollEventType.LargeIncrement : ScrollEventType.SmallIncrement); 3460scrollEventType = this.Columns.GetColumnCount(DataGridViewElementStates.Visible, oldFirstVisibleScrollingCol, this.displayedBandsInfo.FirstDisplayedScrollingCol) > 1 ? ScrollEventType.LargeIncrement : ScrollEventType.SmallIncrement;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
26414ScrollRowsByCount(rowsToScroll, rowsToScroll > 1 ? ScrollEventType.LargeIncrement : ScrollEventType.SmallIncrement); 26494Debug.Assert((rows > 0 && (scrollEventType == ScrollEventType.SmallIncrement || scrollEventType == ScrollEventType.LargeIncrement)) || 26618scrollEventType = rowCount > 1 ? ScrollEventType.LargeIncrement : ScrollEventType.SmallIncrement; 28510case ScrollEventType.LargeIncrement:
winforms\Managed\System\WinForms\ScrollBar.cs (3)
850type = ScrollEventType.LargeIncrement; 853case ScrollEventType.LargeIncrement: 887case ScrollEventType.LargeIncrement: