WPF définit la source d'image dans le code derrière
myImage.Source = new BitmapImage(new Uri(@"/Images/foo.png", UriKind.Relative));
HRNSBRNS
myImage.Source = new BitmapImage(new Uri(@"/Images/foo.png", UriKind.Relative));