3 references to CanExecuteRoutedEventArgs
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\CommandBinding.cs (1)
179
CanExecuteRoutedEventArgs canExecuteArgs = new
CanExecuteRoutedEventArgs
(e.Command, e.Parameter);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
614
CanExecuteRoutedEventArgs canExecuteArgs = new
CanExecuteRoutedEventArgs
(e.Command, null /* parameter */);
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
379
CanExecuteRoutedEventArgs args = new
CanExecuteRoutedEventArgs
(this, parameter);