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