3 references to CanExecuteRoutedEventArgs
PresentationCore (3)
System\Windows\Input\Command\CommandBinding.cs (1)
154
CanExecuteRoutedEventArgs canExecuteArgs =
new
(e.Command, e.Parameter)
System\Windows\Input\Command\CommandManager.cs (1)
508
CanExecuteRoutedEventArgs canExecuteArgs = new
CanExecuteRoutedEventArgs
(e.Command, parameter: null)
System\Windows\Input\Command\RoutedCommand.cs (1)
321
CanExecuteRoutedEventArgs args = new
CanExecuteRoutedEventArgs
(this, parameter)