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)
7726if (OsVersion.IsWindows11_OrGreater()
System\Windows\Forms\Form.cs (1)
6543if (!OsVersion.IsWindows11_OrGreater())
System\Windows\Forms\ToolTip\ToolTip.cs (2)
83IsPersistent = OsVersion.IsWindows11_OrGreater(); 95IsPersistent = OsVersion.IsWindows11_OrGreater();
System.Windows.Forms.Tests (6)
KeyboardTooltipStateMachineTests.cs (1)
109Assert.Equal(isPersistent && OsVersion.IsWindows11_OrGreater() ? "Hidden" : "Shown", currentState);
System\Windows\Forms\FormTests.cs (3)
980if (!OsVersion.IsWindows11_OrGreater()) 1009if (!OsVersion.IsWindows11_OrGreater()) 1038if (!OsVersion.IsWindows11_OrGreater())
System\Windows\Forms\ToolTipTests.cs (2)
298bool persistentToolTipSupported = OsVersion.IsWindows11_OrGreater(); 321bool persistentToolTipSupported = OsVersion.IsWindows11_OrGreater();
System.Windows.Forms.UI.IntegrationTests (2)
FormTests.cs (2)
26if (!OsVersion.IsWindows11_OrGreater()) 85if (!OsVersion.IsWindows11_OrGreater())