1 write to _shouldCacheDecoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
194
_shouldCacheDecoder
= insertInDecoderCache;
1 reference to _shouldCacheDecoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1419
if ((_uri != null) && (decoder == null) &&
_shouldCacheDecoder
)