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)
39_cacheOption = cacheOption;
8 references to _cacheOption
PresentationCore (8)
System\Windows\Media\Imaging\BitmapDecoder.cs (6)
613_cacheOption, 767_cacheOption, 1393else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption == BitmapCacheOption.OnLoad) 1446if (i > 0 && _cacheOption != BitmapCacheOption.OnLoad) 1465_cacheOption, 1478_cacheOption,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
179_cacheOption, 264_cacheOption,