3 references to NativeMouseWheelSupport
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
7162
mouseWheelRoutingNeeded = !SystemInformation.
NativeMouseWheelSupport
;
winforms\Managed\System\WinForms\SystemInformation.cs (2)
116
if (
NativeMouseWheelSupport
) {
1003
if (!
NativeMouseWheelSupport
) {