2 writes to _contentType
PresentationCore (2)
MS\Internal\AppModel\SiteOfOriginPart.cs (2)
165
_contentType
= MS.Internal.MimeTypeMapper.GetMimeTypeFromUri(Uri);
198
_contentType
= WpfWebRequestHelper.GetContentType(response);
4 references to _contentType
PresentationCore (4)
MS\Internal\AppModel\SiteOfOriginPart.cs (4)
68
return
_contentType
.ToString();
85
if (onlyNeedContentType &&
_contentType
!= MS.Internal.ContentType.Empty)
163
if (
_contentType
== MS.Internal.ContentType.Empty)
188
if (
_contentType
== MS.Internal.ContentType.Empty)