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)
1677
else 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,
358
if ((
_createOptions
& BitmapCreateOptions.DelayCreation) == 0)