5 references to IsOSWindows7OrNewer
PresentationFramework (5)
System\Windows\Appearance\WindowBackdropManager.cs (1)
20WindowBackdropType.TransientWindow => Utility.IsOSWindows7OrNewer,
System\Windows\Shell\WindowChromeWorker.cs (2)
802Assert.Implies(_window.WindowState == WindowState.Maximized, Utility.IsOSWindows7OrNewer); 831Assert.IsTrue(Utility.IsOSWindows7OrNewer);
System\Windows\Standard\NativeMethods.cs (2)
2359if (!Utility.IsOSWindows7OrNewer) 2653Assert.IsTrue(Utility.IsOSWindows7OrNewer);