3 references to Undo
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
223
appCommand = ApplicationCommands.
Undo
;
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
407
CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.
Undo
, new ExecutedRoutedEventHandler(OnUndo), new CanExecuteRoutedEventHandler(OnQueryStatusUndo), KeyGesture.CreateFromResourceStrings(KeyUndo, SR.KeyUndoDisplayString), KeyGesture.CreateFromResourceStrings(KeyAltUndo, SR.KeyAltUndoDisplayString));
System\Windows\Input\Command\CommandConverter.cs (1)
320
knownCommand = ApplicationCommands.
Undo
;