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