3 references to Command
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (3)
612
if ((sender != null) && (e != null) && (e.
Command
!= null))
614
CanExecuteRoutedEventArgs canExecuteArgs = new CanExecuteRoutedEventArgs(e.
Command
, null /* parameter */);
621
ExecutedRoutedEventArgs executedArgs = new ExecutedRoutedEventArgs(e.
Command
, null /* parameter */);