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)
38
_cacheOption
= cacheOption;
8 references to _cacheOption
PresentationCore (8)
System\Windows\Media\Imaging\BitmapDecoder.cs (6)
601
_cacheOption
,
755
_cacheOption
,
1381
else if ((_createOptions & BitmapCreateOptions.DelayCreation) == 0 &&
_cacheOption
== BitmapCacheOption.OnLoad)
1434
if (i > 0 &&
_cacheOption
!= BitmapCacheOption.OnLoad)
1453
_cacheOption
,
1466
_cacheOption
,
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
174
_cacheOption
,
259
_cacheOption
,