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)
8350
if (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)
6574
if (!OsVersion.
IsWindows11_OrGreater
())
System\Windows\Forms\ToolTip\ToolTip.cs (2)
83
IsPersistent = OsVersion.
IsWindows11_OrGreater
();
95
IsPersistent = OsVersion.
IsWindows11_OrGreater
();