I’ve looking for 4 hours how can I do a context menu with logo. I mean something which looks like daemon tools context menu.
For these who dont know how it looks like:

Is there any option to do it in simple way in XAML?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will have to adjust ContextMenu’s control template.
Just copy the whole thing and and wrap this StackPanel in Grid or DockPanel to which you add the image:
Once you understand and learn not to fear control templates, they are really not a big deal. No C# necessary, all is pure XAML.
Brief tutorial.