3 references to IsOSWindows7OrNewer
PresentationFramework (3)
System\Windows\Appearance\WindowBackdropManager.cs (1)
19
WindowBackdropType.TransientWindow => Utility.
IsOSWindows7OrNewer
,
System\Windows\Standard\NativeMethods.cs (2)
2322
if (!Utility.
IsOSWindows7OrNewer
)
2581
Assert.IsTrue(Utility.
IsOSWindows7OrNewer
);