If I right-click on an Image I get the following events (shown in order):
1) MouseRightButtonDown
2) PreviewMouseRightButtonUp
3) MouseRightButtonUp
At this point my Application displays a context menu. If that is open, and I right click on the image again I only get this event:
1) MouseRightButtonDown
Nor sure what to do to get these events when a context menu is open?