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