4 writes to _cacheOption
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
135
_cacheOption
= cacheOption;
186
_cacheOption
= cacheOption;
221
_cacheOption
= cacheOption;
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
70
_cacheOption
= cacheOption;
8 references to _cacheOption
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (6)
686
_cacheOption
,
861
_cacheOption
,
1677
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 &&
_cacheOption
== BitmapCacheOption.OnLoad)
1741
if (i > 0 &&
_cacheOption
!= BitmapCacheOption.OnLoad)
1760
_cacheOption
,
1773
_cacheOption
,
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
231
_cacheOption
,
321
_cacheOption
,