1 write to _httpRequestCachePolicyRefresh
PresentationCore (1)
MS\Internal\WpfWebRequestHelper.cs (1)
134
_httpRequestCachePolicyRefresh
= new HttpRequestCachePolicy(HttpRequestCacheLevel.Refresh);
2 references to _httpRequestCachePolicyRefresh
PresentationCore (2)
MS\Internal\WpfWebRequestHelper.cs (2)
132
if (
_httpRequestCachePolicyRefresh
== null)
136
request.CachePolicy =
_httpRequestCachePolicyRefresh
;