Hi all,
i found
<Window.CommandBindings>
<CommandBinding Command="ApplicationCommands.Paste" Executed="PasteExecuted" />
</Window.CommandBindings>
to be a very effective and useful.
But I was expecting it to tunnel and not bubble.
I want it to call "PasteExecuted" no matter what control is selected.. Is this possible? Without having to add this to every control in the window?
Thanks
- hmortensen