11 references to IsWindows10_1607OrGreater
System.Private.Windows.Core (1)
Windows\Win32\PInvokeCore.SystemParametersInfo.cs (1)
81if (OsVersion.IsWindows10_1607OrGreater())
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
652if (OsVersion.IsWindows10_1607OrGreater())
System.Windows.Forms.Primitives (9)
System\Windows\Forms\Internals\ScaleHelper.cs (4)
64if (!OsVersion.IsWindows10_1607OrGreater()) 76if (!OsVersion.IsWindows10_1607OrGreater()) 309internal static Size LogicalSmallSystemIconSize => s_logicalSmallSystemIconSize ??= OsVersion.IsWindows10_1607OrGreater() 371if (OsVersion.IsWindows10_1607OrGreater())
Windows\Win32\PInvoke.GetDpiForWindow.cs (1)
11if (OsVersion.IsWindows10_1607OrGreater())
Windows\Win32\PInvoke.GetSystemMetrics.cs (1)
13=> OsVersion.IsWindows10_1607OrGreater() ? GetSystemMetricsForDpi(nIndex, dpi) : PInvokeCore.GetSystemMetrics(nIndex);
Windows\Win32\PInvoke.GetThreadDpiAwarenessContext.cs (1)
17if (OsVersion.IsWindows10_1607OrGreater())
Windows\Win32\PInvoke.SetThreadDpiAwarenessContext.cs (1)
17if (OsVersion.IsWindows10_1607OrGreater())
Windows\Win32\UI\HiDpi\DPI_AWARENESS_CONTEXT.cs (1)
19|| (OsVersion.IsWindows10_1607OrGreater()