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; 303WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette);