1 write to _httpRequestCachePolicy
PresentationCore (1)
MS\Internal\WpfWebRequestHelper.cs (1)
128
_httpRequestCachePolicy
= new HttpRequestCachePolicy();
2 references to _httpRequestCachePolicy
PresentationCore (2)
MS\Internal\WpfWebRequestHelper.cs (2)
126
if (
_httpRequestCachePolicy
== null)
130
request.CachePolicy =
_httpRequestCachePolicy
;