3 writes to _contentType
WindowsBase (3)
Base\System\IO\Packaging\PackagePart.cs (3)
141
_contentType
= null;
143
_contentType
= new ContentType(contentType);
221
_contentType
= new ContentType(contentType);
3 references to _contentType
WindowsBase (3)
Base\System\IO\Packaging\PackagePart.cs (3)
196
if (
_contentType
== null)
223
return
_contentType
.ToString();
621
return
_contentType
;