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!));