3 references to _defaultCachePolicy
PresentationCore (3)
Core\CSharp\System\IO\Packaging\PackWebRequest.cs (3)
93
_cachePolicy =
_defaultCachePolicy
; // always use default and then let them change it
144
policy =
_defaultCachePolicy
.Level;
225
_cachePolicy =
_defaultCachePolicy
;