3 references to Undo
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
223appCommand = ApplicationCommands.Undo;
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
407CommandHelpers.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)
320knownCommand = ApplicationCommands.Undo;