I\'m putting a WPF application together in which I have an image control which I want to bind a custom command object to from my view model that will execute when the image
Simplified version of answer from @Robert Rossney:
The best way to include an image is to use a {StaticResource x}, see WPF image resources
{StaticResource x}