4 references to GetContentType
PresentationCore (3)
MS\Internal\AppModel\SiteOfOriginPart.cs (1)
198
_contentType = WpfWebRequestHelper.
GetContentType
(response);
MS\Internal\WpfWebRequestHelper.cs (1)
224
contentType =
GetContentType
(response);
System\IO\Packaging\PackWebResponse.cs (1)
223
_mimeType = WpfWebRequestHelper.
GetContentType
(_fullResponse);
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
2845
ContentType contentType = WpfWebRequestHelper.
GetContentType
(response);