I am inheriting from a window control that already handles the ApplicationCommands.Close
command so that it handles closing the window natively.
I would like to add/override the existing functionality, however I cannot seem to figure out how to do this.
Tried:
- Adding another of the same command to
CommandBindings
(first declared seems to win) - Check if the command is already existing...Cannot seem to find a way to do this