5 references to IsWindows11_OrGreater
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (1)
434!SystemInformation.HighContrast && OsVersion.IsWindows11_OrGreater();
System\Windows\Forms\Control.cs (1)
7742if (OsVersion.IsWindows11_OrGreater()
System\Windows\Forms\Form.cs (1)
6558if (!OsVersion.IsWindows11_OrGreater())
System\Windows\Forms\ToolTip\ToolTip.cs (2)
83IsPersistent = OsVersion.IsWindows11_OrGreater(); 95IsPersistent = OsVersion.IsWindows11_OrGreater();