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
;
252
if (
_cacheOption
== BitmapCacheOption.OnDemand)
303
WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions,
_cacheOption
, _source.Palette);
306
IsSourceCached = (
_cacheOption
!= BitmapCacheOption.None);