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