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