5 writes to _cacheOption
PresentationCore (5)
System\Windows\Media\Imaging\CachedBitmap.cs (5)
53_cacheOption = cacheOption; 95_cacheOption = BitmapCacheOption.OnLoad; 222_cacheOption = sourceBitmap._cacheOption; 225_cacheOption = BitmapCacheOption.OnLoad; 467_cacheOption = BitmapCacheOption.OnLoad;
4 references to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\CachedBitmap.cs (4)
222_cacheOption = sourceBitmap._cacheOption; 224if (_cacheOption == BitmapCacheOption.OnDemand) 266WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 269IsSourceCached = (_cacheOption != BitmapCacheOption.None);