6 writes to _mimeType
PresentationCore (6)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (6)
106_mimeType = null; // until we find out the real value 177_mimeType = null; // until we find out the real value 265_mimeType = WpfWebRequestHelper.GetContentType(_fullResponse); 280_mimeType = new MS.Internal.ContentType(p.ContentType); // save this for use in ContentType property - may still be null 702_parent._mimeType = new MS.Internal.ContentType(p.ContentType); 753_parent._mimeType = null;
2 references to _mimeType
PresentationCore (2)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (2)
429if (_mimeType == null) 435return _mimeType.ToString();