3 references to Undo
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
245appCommand = ApplicationCommands.Undo;
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
422CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.Undo, new ExecutedRoutedEventHandler(OnUndo), new CanExecuteRoutedEventHandler(OnQueryStatusUndo), KeyGesture.CreateFromResourceStrings(SR.Get(SRID.KeyUndo), SR.Get(SRID.KeyUndoDisplayString)), KeyGesture.CreateFromResourceStrings(SR.Get(SRID.KeyAltUndo), SR.Get(SRID.KeyAltUndoDisplayString)));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
331knownCommand = ApplicationCommands.Undo;