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)
75return _contentType.ToString(); 92if (onlyNeedContentType && _contentType != MS.Internal.ContentType.Empty) 170if (_contentType == MS.Internal.ContentType.Empty) 195if (_contentType == MS.Internal.ContentType.Empty)