4 writes to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
119
_cacheOption
= cacheOption;
163
_cacheOption
= cacheOption;
192
_cacheOption
= cacheOption;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
63
_cacheOption
= cacheOption;
8 references to _cacheOption
PresentationCore (8)
System\Windows\Media\Imaging\BitmapDecoder.cs (6)
625
_cacheOption
,
779
_cacheOption
,
1410
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 &&
_cacheOption
== BitmapCacheOption.OnLoad)
1463
if (i > 0 &&
_cacheOption
!= BitmapCacheOption.OnLoad)
1482
_cacheOption
,
1495
_cacheOption
,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
199
_cacheOption
,
284
_cacheOption
,