4 references to IsOSWindows7OrNewer
PresentationFramework (4)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
935Assert.Implies(_window.WindowState == WindowState.Maximized, Utility.IsOSWindows7OrNewer); 964Assert.IsTrue(Utility.IsOSWindows7OrNewer);
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2476if (!Utility.IsOSWindows7OrNewer) 2862Assert.IsTrue(Utility.IsOSWindows7OrNewer);