15 references to ContentType
WindowsBase (15)
Base\MS\Internal\ContentType.cs (1)
746private static readonly ContentType _emptyContentType = new ContentType("");
Base\MS\Internal\IO\Packaging\Certificate.cs (1)
180new ContentType("application/vnd.openxmlformats-package.digital-signature-certificate");
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
964= new ContentType("application/vnd.openxmlformats-package.core-properties+xml");
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (2)
341return new ContentType(contentType).ToString(); 356SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, new ContentType(value).ToString());
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1310= new ContentType("application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml");
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
611contentType = new ContentType(query.Substring(_contentTypeQueryStringPrefix.Length));
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (1)
1414private static readonly ContentType _originPartContentType = new ContentType("application/vnd.openxmlformats-package.digital-signature-origin");
Base\System\IO\Packaging\PackagePart.cs (2)
143_contentType = new ContentType(contentType); 221_contentType = new ContentType(contentType);
Base\System\IO\Packaging\ZipPackage.cs (4)
100_contentTypeHelper.AddContentType((PackUriHelper.ValidatedPartUri)partUri, new ContentType(contentType), method, deflateOption, 118_contentTypeHelper.AddContentType((PackUriHelper.ValidatedPartUri)partUri, new ContentType(contentType), method, deflateOption, 1344_defaultDictionary.Add(temporaryUri.PartUriExtension, new ContentType(contentTypeAttributeValue)); 1378_overrideDictionary.Add(partUri, new ContentType(contentTypeAttributeValue));
Shared\MS\Internal\IO\Packaging\PackagingUtilities.cs (1)
41= new ContentType("application/vnd.openxmlformats-package.relationships+xml");