3 overrides of ContentType
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
383
public override string
ContentType
System.Net.Requests (2)
System\Net\FileWebResponse.cs (1)
77
public override string
ContentType
System\Net\HttpWebResponse.cs (1)
90
public override string
ContentType
4 references to ContentType
PresentationCore (4)
MS\Internal\FontCache\FontSource.cs (2)
197
if (String.Equals(response.
ContentType
, ObfuscatedContentType, StringComparison.Ordinal))
273
if (String.Equals(response.
ContentType
, ObfuscatedContentType, StringComparison.Ordinal))
MS\Internal\WpfWebRequestHelper.cs (1)
264
contentType = new ContentType(response.
ContentType
);
System\Windows\Media\Imaging\BitmapDownload.cs (1)
268
entry.contentType = response.
ContentType
;