6 writes to _mimeType
PresentationCore (6)
System\IO\Packaging\PackWebResponse.cs (6)
75
_mimeType
= null; // until we find out the real value
142
_mimeType
= null; // until we find out the real value
223
_mimeType
= WpfWebRequestHelper.GetContentType(_fullResponse);
239
_mimeType
= new MS.Internal.ContentType(p.ContentType); // save this for use in ContentType property - may still be null
649
_parent.
_mimeType
= new MS.Internal.ContentType(p.ContentType);
699
_parent.
_mimeType
= null;
2 references to _mimeType
PresentationCore (2)
System\IO\Packaging\PackWebResponse.cs (2)
388
if (
_mimeType
== null)
394
return
_mimeType
.ToString();