I have the following directory structure
Project \\Images +view.png control.xaml
and in the control I have a button defined by the followi
Set the Build Action for 'view.png' to Resource instead of Content and this problem should go away. I was able to reproduce your problem this way and it works correctly when set as a Resource.