41 references to ExecutedRoutedEventHandler
PresentationCore (12)
System\Windows\Input\Command\CommandBinding.cs (4)
43
public CommandBinding(ICommand command,
ExecutedRoutedEventHandler
executed)
54
public CommandBinding(ICommand command,
ExecutedRoutedEventHandler
executed, CanExecuteRoutedEventHandler canExecute)
94
public event
ExecutedRoutedEventHandler
PreviewExecuted;
99
public event
ExecutedRoutedEventHandler
Executed;
System\Windows\Input\Command\CommandManager.cs (6)
39
typeof(
ExecutedRoutedEventHandler
),
47
public static void AddPreviewExecutedHandler(UIElement element,
ExecutedRoutedEventHandler
handler)
60
public static void RemovePreviewExecutedHandler(UIElement element,
ExecutedRoutedEventHandler
handler)
74
typeof(
ExecutedRoutedEventHandler
),
82
public static void AddExecutedHandler(UIElement element,
ExecutedRoutedEventHandler
handler)
95
public static void RemoveExecutedHandler(UIElement element,
ExecutedRoutedEventHandler
handler)
System\Windows\Input\Command\ExecutedRoutedEventArgs.cs (2)
66
ExecutedRoutedEventHandler
handler = (
ExecutedRoutedEventHandler
)genericHandler;
PresentationFramework (26)
MS\Internal\Commands\CommandHelpers.cs (13)
16
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler)
21
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
27
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
33
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
39
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
45
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
51
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
57
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
63
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
72
ExecutedRoutedEventHandler
executedRoutedEventHandler, CanExecuteRoutedEventHandler canExecuteRoutedEventHandler)
77
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
84
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
92
private static void PrivateRegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
System\Windows\Controls\DocumentViewer.cs (1)
1471
ExecutedRoutedEventHandler
executeHandler = new ExecutedRoutedEventHandler(ExecutedRoutedEventHandler);
System\Windows\Controls\FlowDocumentReader.cs (1)
1322
ExecutedRoutedEventHandler
executedHandler;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1319
ExecutedRoutedEventHandler
executedHandler;
System\Windows\Controls\InkCanvas.cs (1)
2462
ExecutedRoutedEventHandler
pasteExecuteEventHandler = new ExecutedRoutedEventHandler(_OnCommandExecuted);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1450
ExecutedRoutedEventHandler
executedHandler;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
673
var
onScrollCommand = new ExecutedRoutedEventHandler(OnScrollCommand);
System\Windows\Controls\ScrollViewer.cs (1)
2625
ExecutedRoutedEventHandler
executeScrollCommandEventHandler = new ExecutedRoutedEventHandler(OnScrollCommand);
System\Windows\Controls\SinglePageViewer.cs (1)
1249
ExecutedRoutedEventHandler
executedHandler;
System\windows\Documents\TextEditorCopyPaste.cs (1)
46
ExecutedRoutedEventHandler
ExecutedRoutedEventHandler = new ExecutedRoutedEventHandler(OnPaste);
System\windows\Documents\TextEditorSelection.cs (1)
35
ExecutedRoutedEventHandler
nyiCommandHandler = new ExecutedRoutedEventHandler(OnNYICommand);
System\windows\Documents\TextEditorTables.cs (1)
30
var
onTableCommand = new ExecutedRoutedEventHandler(OnTableCommand);
System\windows\Documents\TextEditorTyping.cs (2)
61
var
onEnterBreak = new ExecutedRoutedEventHandler(OnEnterBreak);
62
var
onSpace = new ExecutedRoutedEventHandler(OnSpace);
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2002
ExecutedRoutedEventHandler
executeHandler = new ExecutedRoutedEventHandler(OnDigSigExecute);
2104
ExecutedRoutedEventHandler
executeHandler, CanExecuteRoutedEventHandler queryEnabledHandler)
2120
private static void BindCommand(RoutedUICommand command,
ExecutedRoutedEventHandler
executeHandler,