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