8 references to Executed
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\CommandBinding.cs (4)
72Executed += executed; 156if (Executed != null) 202if (Executed != null) 206Executed(sender, e);
PresentationFramework (3)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (2)
95binding.Executed += new ExecutedRoutedEventHandler(OnCopy); 125binding.Executed -= new ExecutedRoutedEventHandler(OnCopy);
src\Framework\System\Windows\Window.cs (1)
3641binding.Executed += new ExecutedRoutedEventHandler(OnDialogCommand);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
162copyBinding.Executed += OnCopyExecuted;