5 references to CanExecute
PresentationCore (3)
System\Windows\Input\Command\CommandBinding.cs (3)
64CanExecute += canExecute; 124if (CanExecute is null) 134CanExecute(sender, e);
PresentationFramework (2)
System\Windows\Documents\RubberbandSelector.cs (2)
70binding.CanExecute += new CanExecuteRoutedEventHandler(QueryCopy); 100binding.CanExecute -= new CanExecuteRoutedEventHandler(QueryCopy);