4 writes to _cacheOption
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
98
_cacheOption
= cacheOption;
142
_cacheOption
= cacheOption;
171
_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)
613
_cacheOption
,
767
_cacheOption
,
1393
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 &&
_cacheOption
== BitmapCacheOption.OnLoad)
1446
if (i > 0 &&
_cacheOption
!= BitmapCacheOption.OnLoad)
1465
_cacheOption
,
1478
_cacheOption
,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
179
_cacheOption
,
264
_cacheOption
,