8 references to MouseWheelPresent
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Devices\Mouse.vb (1)
45Return SystemInformation.MouseWheelPresent
Microsoft.VisualBasic.Tests (4)
Microsoft\VisualBasic\Devices\MouseTests.cs (4)
12public static bool NoMouseWheelPresent => NoMousePresent || !SystemInformation.MouseWheelPresent; 36Assert.Equal(SystemInformation.MouseWheelPresent, mouse.WheelExists); 50[ConditionalFact(typeof(SystemInformation), nameof(SystemInformation.MousePresent), nameof(SystemInformation.MouseWheelPresent))] 53if (SystemInformation.MouseWheelPresent)
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
436/// keep it equivalent to <see cref="MouseWheelPresent"/>.
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
571Assert.Equal(SystemInformation.MouseWheelPresent, SystemInformation.MouseWheelPresent);