5 references to CanExecute
PresentationCore (3)
System\Windows\Input\Command\CommandBinding.cs (3)
73CanExecute += canExecute; 133if (CanExecute is null) 143CanExecute(sender, e);
PresentationFramework (2)
System\Windows\Documents\RubberbandSelector.cs (2)
81binding.CanExecute += new CanExecuteRoutedEventHandler(QueryCopy); 111binding.CanExecute -= new CanExecuteRoutedEventHandler(QueryCopy);