2 references to _coreDocumentPropertiesContentType
WindowsBase (2)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (2)
537
if (!propertiesPart.ValidatedContentType.AreTypeAndSubTypeEqual(
_coreDocumentPropertiesContentType
))
811
_propertyPart = _package.CreatePart(GeneratePropertyPartUri(),
_coreDocumentPropertiesContentType
.ToString());