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