3 references to ContentTypesFile
System.IO.Packaging (3)
System\IO\Packaging\ZipPackage.cs (3)
800
return
ContentTypesFile
;
887
_contentTypeZipArchiveEntry = _zipArchive.CreateEntry(
ContentTypesFile
, _cachedCompressionLevel);
905
_contentTypeZipArchiveEntry = _zipArchive.CreateEntry(
ContentTypesFile
);