5 writes to _cacheOption
PresentationCore (5)
System\Windows\Media\Imaging\CachedBitmap.cs (5)
32_cacheOption = cacheOption; 74_cacheOption = BitmapCacheOption.OnLoad; 201_cacheOption = sourceBitmap._cacheOption; 204_cacheOption = BitmapCacheOption.OnLoad; 446_cacheOption = BitmapCacheOption.OnLoad;
4 references to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\CachedBitmap.cs (4)
201_cacheOption = sourceBitmap._cacheOption; 203if (_cacheOption == BitmapCacheOption.OnDemand) 245WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette); 248IsSourceCached = (_cacheOption != BitmapCacheOption.None);