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