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