1 write to _httpRequestCachePolicy
PresentationCore (1)
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (1)
153
_httpRequestCachePolicy
= new HttpRequestCachePolicy();
2 references to _httpRequestCachePolicy
PresentationCore (2)
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (2)
151
if (
_httpRequestCachePolicy
== null)
155
request.CachePolicy =
_httpRequestCachePolicy
;