3 references to GetContentType
PresentationCore (3)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (1)
211_contentType = WpfWebRequestHelper.GetContentType(response);
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (1)
287contentType = GetContentType(response);
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (1)
265_mimeType = WpfWebRequestHelper.GetContentType(_fullResponse);