I have a contextmenu defined as part of border of a user control.
On right-click of items inside the border, the context menu is showing up and
I would like to show the context menu when a key is pressed when the keyboard focus is already in the usercontrol
How do I perform this using WPF