4 writes to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
99_cacheOption = cacheOption; 143_cacheOption = cacheOption; 172_cacheOption = cacheOption;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
39_cacheOption = cacheOption;
8 references to _cacheOption
PresentationCore (8)
System\Windows\Media\Imaging\BitmapDecoder.cs (6)
602_cacheOption, 756_cacheOption, 1382else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption == BitmapCacheOption.OnLoad) 1435if (i > 0 && _cacheOption != BitmapCacheOption.OnLoad) 1454_cacheOption, 1467_cacheOption,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
175_cacheOption, 260_cacheOption,