I have a WPF application..In which I have an Image control in Xaml file.
On right click of this image I have a context menu.
I would like to have same to be
If you want to do this just in Xaml without using code-behind you can use Expression Blend's triggers support:
... xmlns:i="schemas.microsoft.com/expression/2010/interactivity" ...