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