4 writes to _createOptions
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (4)
58
_createOptions
= createOptions;
111
_createOptions
= BitmapCreateOptions.None;
248
_createOptions
= sourceBitmap._createOptions;
536
_createOptions
= BitmapCreateOptions.PreservePixelFormat;
2 references to _createOptions
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (2)
248
_createOptions = sourceBitmap.
_createOptions
;
303
WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle,
_createOptions
, _cacheOption, _source.Palette);