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, 1677else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption == BitmapCacheOption.OnLoad) 1741if (i > 0 && _cacheOption != BitmapCacheOption.OnLoad) 1760_cacheOption, 1773_cacheOption,
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
231_cacheOption, 321_cacheOption,