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, 1410else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption == BitmapCacheOption.OnLoad) 1463if (i > 0 && _cacheOption != BitmapCacheOption.OnLoad) 1482_cacheOption, 1495_cacheOption,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
199_cacheOption, 284_cacheOption,