9 references to ImagingCache
PresentationCore (9)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (5)
101
ImagingCache
.RemoveFromDecoderCache(bitmapUri);
316
ImagingCache
.RemoveFromDecoderCache(finalUri);
1625
WeakReference weakRef =
ImagingCache
.CheckDecoderCache(uri) as WeakReference;
1640
ImagingCache
.RemoveFromDecoderCache(uri);
1690
ImagingCache
.AddToDecoderCache(
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (4)
257
WeakReference bitmapWeakReference =
ImagingCache
.CheckImageCache(uri) as WeakReference;
270
ImagingCache
.RemoveFromImageCache(uri);
299
ImagingCache
.AddToImageCache(uri, new WeakReference(this));
320
ImagingCache
.RemoveFromImageCache(uri);