8 references to MousePresent
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Devices\Mouse.vb (2)
29If SystemInformation.MousePresent Then 44If SystemInformation.MousePresent Then
Microsoft.VisualBasic.Tests (4)
Microsoft\VisualBasic\Devices\MouseTests.cs (4)
10public static bool NoMousePresent => !SystemInformation.MousePresent; 14[ConditionalFact(typeof(SystemInformation), nameof(SystemInformation.MousePresent))] 32[ConditionalFact(typeof(SystemInformation), nameof(SystemInformation.MousePresent))] 50[ConditionalFact(typeof(SystemInformation), nameof(SystemInformation.MousePresent), nameof(SystemInformation.MouseWheelPresent))]
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
557Assert.Equal(SystemInformation.MousePresent, SystemInformation.MousePresent);