5 references to CanExecute
PresentationCore (3)
System\Windows\Input\Command\CommandBinding.cs (3)
65CanExecute += canExecute; 125if (CanExecute is null) 135CanExecute(sender, e);
PresentationFramework (2)
System\Windows\Documents\RubberbandSelector.cs (2)
71binding.CanExecute += new CanExecuteRoutedEventHandler(QueryCopy); 101binding.CanExecute -= new CanExecuteRoutedEventHandler(QueryCopy);