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)
68return _contentType.ToString(); 85if (onlyNeedContentType && _contentType != MS.Internal.ContentType.Empty) 163if (_contentType == MS.Internal.ContentType.Empty) 188if (_contentType == MS.Internal.ContentType.Empty)