13 references to IsWindows11_OrGreater
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (1)
397
!SystemInformation.HighContrast && OsVersion.
IsWindows11_OrGreater
();
System\Windows\Forms\Control.cs (1)
7726
if (OsVersion.
IsWindows11_OrGreater
()
System\Windows\Forms\Form.cs (1)
6543
if (!OsVersion.
IsWindows11_OrGreater
())
System\Windows\Forms\ToolTip\ToolTip.cs (2)
83
IsPersistent = OsVersion.
IsWindows11_OrGreater
();
95
IsPersistent = OsVersion.
IsWindows11_OrGreater
();
System.Windows.Forms.Tests (6)
KeyboardTooltipStateMachineTests.cs (1)
109
Assert.Equal(isPersistent && OsVersion.
IsWindows11_OrGreater
() ? "Hidden" : "Shown", currentState);
System\Windows\Forms\FormTests.cs (3)
980
if (!OsVersion.
IsWindows11_OrGreater
())
1009
if (!OsVersion.
IsWindows11_OrGreater
())
1038
if (!OsVersion.
IsWindows11_OrGreater
())
System\Windows\Forms\ToolTipTests.cs (2)
298
bool persistentToolTipSupported = OsVersion.
IsWindows11_OrGreater
();
321
bool persistentToolTipSupported = OsVersion.
IsWindows11_OrGreater
();
System.Windows.Forms.UI.IntegrationTests (2)
FormTests.cs (2)
26
if (!OsVersion.
IsWindows11_OrGreater
())
85
if (!OsVersion.
IsWindows11_OrGreater
())