2 writes to _contentType
PresentationCore (2)
MS\Internal\AppModel\SiteOfOriginPart.cs (2)
166
_contentType
= MS.Internal.MimeTypeMapper.GetMimeTypeFromUri(Uri);
199
_contentType
= WpfWebRequestHelper.GetContentType(response);
4 references to _contentType
PresentationCore (4)
MS\Internal\AppModel\SiteOfOriginPart.cs (4)
69
return
_contentType
.ToString();
86
if (onlyNeedContentType &&
_contentType
!= MS.Internal.ContentType.Empty)
164
if (
_contentType
== MS.Internal.ContentType.Empty)
189
if (
_contentType
== MS.Internal.ContentType.Empty)