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)
143if (_httpRequestCachePolicyRefresh == null) 147request.CachePolicy = _httpRequestCachePolicyRefresh;