5 writes to _cacheOption
PresentationCore (5)
System\Windows\Media\Imaging\CachedBitmap.cs (5)
53
_cacheOption
= cacheOption;
95
_cacheOption
= BitmapCacheOption.OnLoad;
222
_cacheOption
= sourceBitmap._cacheOption;
225
_cacheOption
= BitmapCacheOption.OnLoad;
467
_cacheOption
= BitmapCacheOption.OnLoad;
4 references to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\CachedBitmap.cs (4)
222
_cacheOption = sourceBitmap.
_cacheOption
;
224
if (
_cacheOption
== BitmapCacheOption.OnDemand)
266
WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions,
_cacheOption
, _source.Palette);
269
IsSourceCached = (
_cacheOption
!= BitmapCacheOption.None);