8 references to ValidatedContentType
WindowsBase (8)
Base\MS\Internal\IO\Packaging\Certificate.cs (1)
160
if (_part.
ValidatedContentType
.AreTypeAndSubTypeEqual(_certificatePartContentType) == false)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (2)
251
ThrowIfIncorrectContentType(_relationshipPart.
ValidatedContentType
);
606
ThrowIfIncorrectContentType(_relationshipPart.
ValidatedContentType
);
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
537
if (!propertiesPart.
ValidatedContentType
.AreTypeAndSubTypeEqual(_coreDocumentPropertiesContentType))
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
184
part.
ValidatedContentType
.OriginalString) != 0)
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (3)
673
if (!part.
ValidatedContentType
.AreTypeAndSubTypeEqual(XmlDigitalSignatureProcessor.ContentType))
1299
if (signaturePart.
ValidatedContentType
.AreTypeAndSubTypeEqual
1343
if (p.
ValidatedContentType
.AreTypeAndSubTypeEqual(_originPartContentType))