2 overrides of CachePolicy
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
98public override RequestCachePolicy CachePolicy
System\IO\Packaging\PackWebRequest.cs (1)
191public override RequestCachePolicy CachePolicy
5 writes to CachePolicy
PresentationCore (4)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
453request.CachePolicy = _cachePolicy;
MS\Internal\WpfWebRequestHelper.cs (2)
121request.CachePolicy = _httpRequestCachePolicyRefresh; 129request.CachePolicy = _httpRequestCachePolicy;
System\Windows\Media\Imaging\BitmapDownload.cs (1)
175entry.webRequest.CachePolicy = uriCachePolicy;
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
248request.CachePolicy = CachePolicy;
3 references to CachePolicy
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (1)
593CachePolicy = _originalRequest.CachePolicy
MS\Internal\WpfWebRequestHelper.cs (2)
113if (request.CachePolicy == null || request.CachePolicy.Level != RequestCacheLevel.Default)