6 writes to _mimeType
PresentationCore (6)
System\IO\Packaging\PackWebResponse.cs (6)
76_mimeType = null; // until we find out the real value 143_mimeType = null; // until we find out the real value 224_mimeType = WpfWebRequestHelper.GetContentType(_fullResponse); 240_mimeType = new MS.Internal.ContentType(p.ContentType); // save this for use in ContentType property - may still be null 650_parent._mimeType = new MS.Internal.ContentType(p.ContentType); 700_parent._mimeType = null;
2 references to _mimeType
PresentationCore (2)
System\IO\Packaging\PackWebResponse.cs (2)
389if (_mimeType == null) 395return _mimeType.ToString();