5 writes to _cacheOption
PresentationCore (5)
System\Windows\Media\Imaging\CachedBitmap.cs (5)
32
_cacheOption
= cacheOption;
74
_cacheOption
= BitmapCacheOption.OnLoad;
154
_cacheOption
= sourceBitmap._cacheOption;
157
_cacheOption
= BitmapCacheOption.OnLoad;
399
_cacheOption
= BitmapCacheOption.OnLoad;
4 references to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\CachedBitmap.cs (4)
154
_cacheOption = sourceBitmap.
_cacheOption
;
156
if (
_cacheOption
== BitmapCacheOption.OnDemand)
198
WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions,
_cacheOption
, _source.Palette);
201
IsSourceCached = (
_cacheOption
!= BitmapCacheOption.None);