What is caching the image data in my Silverlight 4 application?
问题 Something is holding on to the images in my Silverlight application. This is a problem because this is a catalog application with a lot of images that the user can browse through. If the user browses through every library provided the application will run out of memory and crash. I know it is a problem with images because if I disable images the private working set never exceeds 170 MB. I have a user control ( DownloadImage ) that shows a progress bar while the image is downloading. It is the