This is my first WPF Application.
I embedded 3 JPG files as resources.
I added 3 IMAGE boxes in the designer.
How do I get the image boxes to show a particular embedded JPG file?
When I was using Windows Forms, I would just add:
pictureBox5.Image = Properties.Resources.AllOff;
I don't see PictureBoxes
in WPF.