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