5 references to CanExecute
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\CommandBinding.cs (3)
76CanExecute += canExecute; 145if (CanExecute != null) 147CanExecute(sender, e);
PresentationFramework (2)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (2)
96binding.CanExecute += new CanExecuteRoutedEventHandler(QueryCopy); 126binding.CanExecute -= new CanExecuteRoutedEventHandler(QueryCopy);