3 overrides of ContentType
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
383public 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)
197if (String.Equals(response.ContentType, ObfuscatedContentType, StringComparison.Ordinal)) 273if (String.Equals(response.ContentType, ObfuscatedContentType, StringComparison.Ordinal))
MS\Internal\WpfWebRequestHelper.cs (1)
275contentType = new ContentType(response.ContentType);
System\Windows\Media\Imaging\BitmapDownload.cs (1)
268entry.contentType = response.ContentType;