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)
69return _contentType.ToString(); 86if (onlyNeedContentType && _contentType != MS.Internal.ContentType.Empty) 164if (_contentType == MS.Internal.ContentType.Empty) 189if (_contentType == MS.Internal.ContentType.Empty)