5 writes to _cacheOption
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (5)
59_cacheOption = cacheOption; 112_cacheOption = BitmapCacheOption.OnLoad; 249_cacheOption = sourceBitmap._cacheOption; 253_cacheOption = BitmapCacheOption.OnLoad; 537_cacheOption = BitmapCacheOption.OnLoad;
4 references to _cacheOption
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (4)
249_cacheOption = sourceBitmap._cacheOption; 252if (_cacheOption == BitmapCacheOption.OnDemand) 303WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 306IsSourceCached = (_cacheOption != BitmapCacheOption.None);