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