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