Well I must be doing something stupid, but what....

I have a binding source. It has a BitmapImage property. If I try and bind this through XAML absolutely nothing happens (a bitmapimage is definitely there though).

However, I can bind no problem to the resourceName (as it happens it is this name I plug into a uri and fetch the bitmap image from).

So, how do I bind a WPG image control to an actual BitmapImage object.

Sure confuses me.