3 references to GetContentType
PresentationCore (3)
MS\Internal\AppModel\SiteOfOriginPart.cs (1)
205_contentType = WpfWebRequestHelper.GetContentType(response);
MS\Internal\WpfWebRequestHelper.cs (1)
239contentType = GetContentType(response);
System\IO\Packaging\PackWebResponse.cs (1)
233_mimeType = WpfWebRequestHelper.GetContentType(_fullResponse);