3 references to NativeMouseWheelSupport
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
444public static bool MouseWheelPresent => NativeMouseWheelSupport;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
593Assert.Equal(SystemInformation.NativeMouseWheelSupport, SystemInformation.NativeMouseWheelSupport);