4 writes to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
99
_cacheOption
= cacheOption;
143
_cacheOption
= cacheOption;
172
_cacheOption
= cacheOption;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
39
_cacheOption
= cacheOption;
8 references to _cacheOption
PresentationCore (8)
System\Windows\Media\Imaging\BitmapDecoder.cs (6)
602
_cacheOption
,
756
_cacheOption
,
1382
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 &&
_cacheOption
== BitmapCacheOption.OnLoad)
1435
if (i > 0 &&
_cacheOption
!= BitmapCacheOption.OnLoad)
1454
_cacheOption
,
1467
_cacheOption
,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
175
_cacheOption
,
260
_cacheOption
,