4 writes to _createOptions
PresentationCore (4)
System\Windows\Media\Imaging\CachedBitmap.cs (4)
31
_createOptions
= createOptions;
73
_createOptions
= BitmapCreateOptions.None;
200
_createOptions
= sourceBitmap._createOptions;
445
_createOptions
= BitmapCreateOptions.PreservePixelFormat;
2 references to _createOptions
PresentationCore (2)
System\Windows\Media\Imaging\CachedBitmap.cs (2)
200
_createOptions = sourceBitmap.
_createOptions
;
245
WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle,
_createOptions
, _cacheOption, _source.Palette);