15 references to IsTrue
PresentationFramework (15)
System\Windows\Shell\WindowChromeWorker.cs (9)
455Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 484Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 503Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 785Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 796Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 823Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 831Assert.IsTrue(Utility.IsOSWindows7OrNewer); 843Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 1390Assert.IsTrue(_isFixedUp);
System\Windows\Standard\NativeMethods.cs (4)
2629Assert.IsTrue(Utility.IsWindows11_22H2OrNewer); 2637Assert.IsTrue(Utility.IsWindows11_22H2OrNewer); 2645Assert.IsTrue(Utility.IsOSVistaOrNewer); 2653Assert.IsTrue(Utility.IsOSWindows7OrNewer);
System\Windows\Standard\Utilities.cs (1)
253Assert.IsTrue(Marshal.IsComObject(t));
System\Windows\Standard\Verify.cs (1)
297Assert.IsTrue(interfaceType.IsInterface);