WPF establece la fuente de imagen en el código detrás
myImage.Source = new BitmapImage(new Uri(@"/Images/foo.png", UriKind.Relative));
HRNSBRNS
myImage.Source = new BitmapImage(new Uri(@"/Images/foo.png", UriKind.Relative));