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