3 references to Command
PresentationCore (3)
System\Windows\Input\Command\CommandManager.cs (3)
506if ((sender != null) && (e != null) && (e.Command != null)) 508CanExecuteRoutedEventArgs canExecuteArgs = new CanExecuteRoutedEventArgs(e.Command, parameter: null) 517ExecutedRoutedEventArgs executedArgs = new ExecutedRoutedEventArgs(e.Command, parameter: null)