2 writes to _contentType
PresentationCore (2)
MS\Internal\AppModel\SiteOfOriginPart.cs (2)
172
_contentType
= MS.Internal.MimeTypeMapper.GetMimeTypeFromUri(Uri);
205
_contentType
= WpfWebRequestHelper.GetContentType(response);
4 references to _contentType
PresentationCore (4)
MS\Internal\AppModel\SiteOfOriginPart.cs (4)
75
return
_contentType
.ToString();
92
if (onlyNeedContentType &&
_contentType
!= MS.Internal.ContentType.Empty)
170
if (
_contentType
== MS.Internal.ContentType.Empty)
195
if (
_contentType
== MS.Internal.ContentType.Empty)