2 writes to _contentType
PresentationCore (2)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (2)
177
_contentType
= MS.Internal.MimeTypeMapper.GetMimeTypeFromUri(Uri);
211
_contentType
= WpfWebRequestHelper.GetContentType(response);
4 references to _contentType
PresentationCore (4)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (4)
80
return
_contentType
.ToString();
97
if (onlyNeedContentType &&
_contentType
!= MS.Internal.ContentType.Empty)
175
if (
_contentType
== MS.Internal.ContentType.Empty)
200
if (
_contentType
== MS.Internal.ContentType.Empty)