6 writes to _mimeType
PresentationCore (6)
System\IO\Packaging\PackWebResponse.cs (6)
85_mimeType = null; // until we find out the real value 152_mimeType = null; // until we find out the real value 233_mimeType = WpfWebRequestHelper.GetContentType(_fullResponse); 249_mimeType = new MS.Internal.ContentType(p.ContentType); // save this for use in ContentType property - may still be null 663_parent._mimeType = new MS.Internal.ContentType(p.ContentType); 714_parent._mimeType = null;
2 references to _mimeType
PresentationCore (2)
System\IO\Packaging\PackWebResponse.cs (2)
398if (_mimeType == null) 404return _mimeType.ToString();