4 writes to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
98_cacheOption = cacheOption; 142_cacheOption = cacheOption; 171_cacheOption = cacheOption;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
38_cacheOption = cacheOption;
8 references to _cacheOption
PresentationCore (8)
System\Windows\Media\Imaging\BitmapDecoder.cs (6)
601_cacheOption, 755_cacheOption, 1381else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption == BitmapCacheOption.OnLoad) 1434if (i > 0 && _cacheOption != BitmapCacheOption.OnLoad) 1453_cacheOption, 1466_cacheOption,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
174_cacheOption, 259_cacheOption,