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