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)
196if (_contentType == null) 223return _contentType.ToString(); 621return _contentType;