2 writes to _contentTypeHelper
WindowsBase (2)
Base\System\IO\Packaging\ZipPackage.cs (2)
427_contentTypeHelper = contentTypeHelper; 463_contentTypeHelper = contentTypeHelper;
9 references to _contentTypeHelper
WindowsBase (9)
Base\System\IO\Packaging\ZipPackage.cs (9)
100_contentTypeHelper.AddContentType((PackUriHelper.ValidatedPartUri)partUri, new ContentType(contentType), method, deflateOption, 118_contentTypeHelper.AddContentType((PackUriHelper.ValidatedPartUri)partUri, new ContentType(contentType), method, deflateOption, 204_contentTypeHelper.DeleteContentType((PackUriHelper.ValidatedPartUri)partUri); 278ContentType contentType = _contentTypeHelper.GetContentType(validatedPartUri); 331_contentTypeHelper.SaveToFile(); 346if (_contentTypeHelper != null) 351_contentTypeHelper.CloseContentTypes(); 355_contentTypeHelper.SaveToFile(); 779ContentType contentType = _contentTypeHelper.GetContentType(partUri);