7 references to ContentType
System.IO.Packaging (7)
System\IO\Packaging\PackagePart.cs (2)
121_contentType = new ContentType(contentType); 191_contentType = new ContentType(contentType);
System\IO\Packaging\PackagingUtilities.cs (1)
16= new ContentType("application/vnd.openxmlformats-package.relationships+xml");
System\IO\Packaging\PartBasedPackageProperties.cs (1)
848= new ContentType("application/vnd.openxmlformats-package.core-properties+xml");
System\IO\Packaging\ZipPackage.cs (3)
65_contentTypeHelper.AddContentType((PackUriHelper.ValidatedPartUri)partUri, new ContentType(contentType), level); 1180_defaultDictionary.Add(temporaryUri.PartUriExtension, new ContentType(contentTypeAttributeValue!)); 1209_overrideDictionary.Add(partUri, new ContentType(contentTypeAttributeValue!));