4 writes to _createOptions
PresentationCore (4)
System\Windows\Media\Imaging\CachedBitmap.cs (4)
52
_createOptions
= createOptions;
94
_createOptions
= BitmapCreateOptions.None;
221
_createOptions
= sourceBitmap._createOptions;
466
_createOptions
= BitmapCreateOptions.PreservePixelFormat;
2 references to _createOptions
PresentationCore (2)
System\Windows\Media\Imaging\CachedBitmap.cs (2)
221
_createOptions = sourceBitmap.
_createOptions
;
266
WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle,
_createOptions
, _cacheOption, _source.Palette);