3 references to Redo
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
226appCommand = ApplicationCommands.Redo;
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
408CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.Redo, new ExecutedRoutedEventHandler(OnRedo), new CanExecuteRoutedEventHandler(OnQueryStatusRedo), KeyGesture.CreateFromResourceStrings(KeyRedo, nameof(SR.KeyRedoDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
323knownCommand = ApplicationCommands.Redo;