I just created a menu with Command="ApplicationCommands.Copy" and I thought I had to handle the Executed event of the binding, and add a binding but I just don't need to.
Now I'm confused!
Where is the implementation of this command? How can it automatically copy a text selected in any of the textboxes I have in my window?
thanks!