12 references to PrivateRegisterCommandHandler
PresentationFramework (12)
MS\Internal\Commands\CommandHelpers.cs (12)
23PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, null, null); 29PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, null, inputGesture); 35PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, null, new KeyGesture(key)); 41PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, null, inputGesture, inputGesture2); 47PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, canExecuteRoutedEventHandler, null); 53PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, canExecuteRoutedEventHandler, inputGesture); 59PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, canExecuteRoutedEventHandler, new KeyGesture(key)); 65PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, canExecuteRoutedEventHandler, inputGesture, inputGesture2); 72PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, canExecuteRoutedEventHandler, 79PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, canExecuteRoutedEventHandler, new KeyGesture(key, modifierKeys)); 85PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, null, 92PrivateRegisterCommandHandler(controlType, command, executedRoutedEventHandler, canExecuteRoutedEventHandler,