I have an instance of System.Windows.Controls.Image, and I set the contents programmatically as such:
System.Windows.Controls.Image
Uri location = new Uri(uriString); image.S
I think you need to set the CreateOptions on the BitmapImage to:
BitmapCreateOptions.IgnoreImageCache