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