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