3 references to Redo
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
248appCommand = ApplicationCommands.Redo;
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
423CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.Redo, new ExecutedRoutedEventHandler(OnRedo), new CanExecuteRoutedEventHandler(OnQueryStatusRedo), SRID.KeyRedo, SRID.KeyRedoDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
334knownCommand = ApplicationCommands.Redo;