Anyway, so that DelegateCommand supports gestures when creating a composite WPF application? I am trying to create a command used by MenuItem, as well as a button that can be accessed using a keyboard shortcut, but which is inside the class in a separate assembly.
I can use RoutedCommand, but I want to minimize any code.
source share