13 references to IsTrue
PresentationFramework (13)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (9)
536Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 569Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 592Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 914Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 929Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 956Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 964Assert.IsTrue(Utility.IsOSWindows7OrNewer); 976Assert.IsTrue(Utility.IsPresentationFrameworkVersionLessThan4); 1542Assert.IsTrue(_isFixedUp);
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2850Assert.IsTrue(Utility.IsOSVistaOrNewer); 2862Assert.IsTrue(Utility.IsOSWindows7OrNewer);
src\Framework\System\Windows\Standard\Utilities.cs (1)
248Assert.IsTrue(Marshal.IsComObject(t));
src\Framework\System\Windows\Standard\Verify.cs (1)
294Assert.IsTrue(interfaceType.IsInterface);