I\'m trying to bind a command to a menuitem in WPF. I\'m using the same method that\'s been working for all my other command bindings, but I can\'t figure out why it doesn\'
That's a tricky issue, sure marginally you will find a quick workaround, but here is a no-magic-solution:
...
It boils down to using the Tag of the PlacementTarget (the Button here).
Tag
PlacementTarget
Button