5 writes to _createOptions
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (4)
134_createOptions = createOptions; 185_createOptions = createOptions; 220_createOptions = createOptions; 1743_createOptions |= BitmapCreateOptions.DelayCreation;
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
69_createOptions = createOptions;
6 references to _createOptions
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
1677else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 && _cacheOption == BitmapCacheOption.OnLoad) 1759_createOptions, 1772_createOptions,
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (3)
230_createOptions, 320_createOptions & ~BitmapCreateOptions.DelayCreation, 358if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0)