1 write to _httpRequestCachePolicyRefresh
PresentationCore (1)
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (1)
145
_httpRequestCachePolicyRefresh
= new HttpRequestCachePolicy(HttpRequestCacheLevel.Refresh);
2 references to _httpRequestCachePolicyRefresh
PresentationCore (2)
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (2)
143
if (
_httpRequestCachePolicyRefresh
== null)
147
request.CachePolicy =
_httpRequestCachePolicyRefresh
;