- Visual Studio 2010 Professional SP1.
- .NET Framework 4 Client Profile.
- PNG image added as resource on project properties.
- New file in Resources folder automatically created.
- Build action set to resource.
This worked for me:
<BitmapImage x:Key="MyImageSource" UriSource="Resources/Image.png" />