11 references to IsWindows10_1607OrGreater
System.Private.Windows.Core (1)
Windows\Win32\PInvokeCore.SystemParametersInfo.cs (1)
81
if (OsVersion.
IsWindows10_1607OrGreater
())
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
652
if (OsVersion.
IsWindows10_1607OrGreater
())
System.Windows.Forms.Primitives (9)
System\Windows\Forms\Internals\ScaleHelper.cs (4)
64
if (!OsVersion.
IsWindows10_1607OrGreater
())
76
if (!OsVersion.
IsWindows10_1607OrGreater
())
309
internal static Size LogicalSmallSystemIconSize => s_logicalSmallSystemIconSize ??= OsVersion.
IsWindows10_1607OrGreater
()
371
if (OsVersion.
IsWindows10_1607OrGreater
())
Windows\Win32\PInvoke.GetDpiForWindow.cs (1)
11
if (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)
17
if (OsVersion.
IsWindows10_1607OrGreater
())
Windows\Win32\PInvoke.SetThreadDpiAwarenessContext.cs (1)
17
if (OsVersion.
IsWindows10_1607OrGreater
())
Windows\Win32\UI\HiDpi\DPI_AWARENESS_CONTEXT.cs (1)
19
|| (OsVersion.
IsWindows10_1607OrGreater
()