6 writes to _mimeType
PresentationCore (6)
System\IO\Packaging\PackWebResponse.cs (6)
78_mimeType = null; // until we find out the real value 145_mimeType = null; // until we find out the real value 226_mimeType = WpfWebRequestHelper.GetContentType(_fullResponse); 242_mimeType = new MS.Internal.ContentType(p.ContentType); // save this for use in ContentType property - may still be null 656_parent._mimeType = new MS.Internal.ContentType(p.ContentType); 707_parent._mimeType = null;
2 references to _mimeType
PresentationCore (2)
System\IO\Packaging\PackWebResponse.cs (2)
391if (_mimeType == null) 397return _mimeType.ToString();