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)
389
if (
_mimeType
== null)
395
return
_mimeType
.ToString();