5 references to MouseWheelScrollLines
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGrid.cs (1)
4380int move = (int)((float)SystemInformation.MouseWheelScrollLines * movePerc);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
16918int wheelScrollLines = SystemInformation.MouseWheelScrollLines;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3321int wheelScrollLines = SystemInformation.MouseWheelScrollLines;
winforms\Managed\System\WinForms\TrackBar.cs (1)
984int wheelScrollLines = SystemInformation.MouseWheelScrollLines;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1000int wheelScrollLines = SystemInformation.MouseWheelScrollLines;