3 references to Command
PresentationCore (3)
System\Windows\Input\Command\CommandManager.cs (3)
507
if ((sender != null) && (e != null) && (e.
Command
!= null))
509
CanExecuteRoutedEventArgs canExecuteArgs = new CanExecuteRoutedEventArgs(e.
Command
, null /* parameter */);
516
ExecutedRoutedEventArgs executedArgs = new ExecutedRoutedEventArgs(e.
Command
, null /* parameter */);