8 references to MousePresent
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Devices\Mouse.vb (2)
29
If SystemInformation.
MousePresent
Then
44
If SystemInformation.
MousePresent
Then
Microsoft.VisualBasic.Tests (4)
Microsoft\VisualBasic\Devices\MouseTests.cs (4)
10
public 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)
557
Assert.Equal(SystemInformation.
MousePresent
, SystemInformation.
MousePresent
);