4 writes to _createOptions
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (4)
62
_createOptions
= createOptions;
100
_createOptions
= createOptions;
161
_createOptions
= createOptions;
426
_createOptions
= sourceBitmapFrameDecode._createOptions;
2 references to _createOptions
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
426
_createOptions = sourceBitmapFrameDecode.
_createOptions
;
522
WicSourceHandle = CreateCachedBitmap(this, _frameSource,
_createOptions
, _cacheOption, Palette);