1 write to _httpRequestCachePolicy
PresentationCore (1)
MS\Internal\WpfWebRequestHelper.cs (1)
144_httpRequestCachePolicy = new HttpRequestCachePolicy();
2 references to _httpRequestCachePolicy
PresentationCore (2)
MS\Internal\WpfWebRequestHelper.cs (2)
142if (_httpRequestCachePolicy == null) 146request.CachePolicy = _httpRequestCachePolicy;