I\'m trying to set a WPF Image\'s source.
XAML works:
<
It can be even easier than the above:
ImageThing.Source = New BitmapImage(New Uri("images/Thing.png", UriKind.Relative))