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)
80return _contentType.ToString(); 97if (onlyNeedContentType && _contentType != MS.Internal.ContentType.Empty) 175if (_contentType == MS.Internal.ContentType.Empty) 200if (_contentType == MS.Internal.ContentType.Empty)