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