7 references to IsWindows11_OrGreater
System.Windows.Forms (7)
System\Windows\Forms\Application.cs (1)
508=> !SystemInformation.HighContrast && OsVersion.IsWindows11_OrGreater();
System\Windows\Forms\Control.cs (1)
8350if (OsVersion.IsWindows11_OrGreater()
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (2)
593|| !OsVersion.IsWindows11_OrGreater()) 613|| !OsVersion.IsWindows11_OrGreater())
System\Windows\Forms\Form.cs (1)
6574if (!OsVersion.IsWindows11_OrGreater())
System\Windows\Forms\ToolTip\ToolTip.cs (2)
83IsPersistent = OsVersion.IsWindows11_OrGreater(); 95IsPersistent = OsVersion.IsWindows11_OrGreater();