41 references to ExecutedRoutedEventHandler
PresentationCore (12)
System\Windows\Input\Command\CommandBinding.cs (4)
51
public CommandBinding(ICommand command,
ExecutedRoutedEventHandler
executed)
62
public CommandBinding(ICommand command,
ExecutedRoutedEventHandler
executed, CanExecuteRoutedEventHandler canExecute)
102
public event
ExecutedRoutedEventHandler
PreviewExecuted;
107
public event
ExecutedRoutedEventHandler
Executed;
System\Windows\Input\Command\CommandManager.cs (6)
50
typeof(
ExecutedRoutedEventHandler
),
58
public static void AddPreviewExecutedHandler(UIElement element,
ExecutedRoutedEventHandler
handler)
71
public static void RemovePreviewExecutedHandler(UIElement element,
ExecutedRoutedEventHandler
handler)
85
typeof(
ExecutedRoutedEventHandler
),
93
public static void AddExecutedHandler(UIElement element,
ExecutedRoutedEventHandler
handler)
106
public static void RemoveExecutedHandler(UIElement element,
ExecutedRoutedEventHandler
handler)
System\Windows\Input\Command\ExecutedRoutedEventArgs.cs (2)
70
ExecutedRoutedEventHandler
handler = (
ExecutedRoutedEventHandler
)genericHandler;
PresentationFramework (26)
MS\Internal\Commands\CommandHelpers.cs (13)
21
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler)
26
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
32
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
38
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
44
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
50
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
56
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
62
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
68
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
77
ExecutedRoutedEventHandler
executedRoutedEventHandler, CanExecuteRoutedEventHandler canExecuteRoutedEventHandler)
82
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
89
internal static void RegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
97
private static void PrivateRegisterCommandHandler(Type controlType, RoutedCommand command,
ExecutedRoutedEventHandler
executedRoutedEventHandler,
System\Windows\Controls\DocumentViewer.cs (1)
1483
ExecutedRoutedEventHandler
executeHandler = new ExecutedRoutedEventHandler(ExecutedRoutedEventHandler);
System\Windows\Controls\FlowDocumentReader.cs (1)
1327
ExecutedRoutedEventHandler
executedHandler;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1322
ExecutedRoutedEventHandler
executedHandler;
System\Windows\Controls\InkCanvas.cs (1)
2474
ExecutedRoutedEventHandler
pasteExecuteEventHandler = new ExecutedRoutedEventHandler(_OnCommandExecuted);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1455
ExecutedRoutedEventHandler
executedHandler;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
689
var
onScrollCommand = new ExecutedRoutedEventHandler(OnScrollCommand);
System\Windows\Controls\ScrollViewer.cs (1)
2633
ExecutedRoutedEventHandler
executeScrollCommandEventHandler = new ExecutedRoutedEventHandler(OnScrollCommand);
System\Windows\Controls\SinglePageViewer.cs (1)
1252
ExecutedRoutedEventHandler
executedHandler;
System\windows\Documents\TextEditorCopyPaste.cs (1)
59
ExecutedRoutedEventHandler
ExecutedRoutedEventHandler = new ExecutedRoutedEventHandler(OnPaste);
System\windows\Documents\TextEditorSelection.cs (1)
50
ExecutedRoutedEventHandler
nyiCommandHandler = new ExecutedRoutedEventHandler(OnNYICommand);
System\windows\Documents\TextEditorTables.cs (1)
47
var
onTableCommand = new ExecutedRoutedEventHandler(OnTableCommand);
System\windows\Documents\TextEditorTyping.cs (2)
70
var
onEnterBreak = new ExecutedRoutedEventHandler(OnEnterBreak);
71
var
onSpace = new ExecutedRoutedEventHandler(OnSpace);
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2009
ExecutedRoutedEventHandler
executeHandler = new ExecutedRoutedEventHandler(OnDigSigExecute);
2111
ExecutedRoutedEventHandler
executeHandler, CanExecuteRoutedEventHandler queryEnabledHandler)
2127
private static void BindCommand(RoutedUICommand command,
ExecutedRoutedEventHandler
executeHandler,