8 references to AreTypeAndSubTypeEqual
WindowsBase (8)
Base\MS\Internal\ContentType.cs (1)
337return x.AreTypeAndSubTypeEqual(y);
Base\MS\Internal\IO\Packaging\Certificate.cs (1)
160if (_part.ValidatedContentType.AreTypeAndSubTypeEqual(_certificatePartContentType) == false)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
653if (!contentType.AreTypeAndSubTypeEqual(PackagingUtilities.RelationshipPartContentType))
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
537if (!propertiesPart.ValidatedContentType.AreTypeAndSubTypeEqual(_coreDocumentPropertiesContentType))
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (3)
673if (!part.ValidatedContentType.AreTypeAndSubTypeEqual(XmlDigitalSignatureProcessor.ContentType)) 1299if (signaturePart.ValidatedContentType.AreTypeAndSubTypeEqual 1343if (p.ValidatedContentType.AreTypeAndSubTypeEqual(_originPartContentType))
Base\System\IO\Packaging\ZipPackage.cs (1)
961_defaultDictionary[extension].AreTypeAndSubTypeEqual(contentType))))