4 references to CorrectionList
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
269appCommand = ApplicationCommands.CorrectionList;
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
624menuItem.Command = ApplicationCommands.CorrectionList;
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
81CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.CorrectionList , new ExecutedRoutedEventHandler(OnCorrectionList) , new CanExecuteRoutedEventHandler(OnQueryStatusCorrectionList) , SRID.KeyCorrectionList, SRID.KeyCorrectionListDisplayString );
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
379knownCommand = ApplicationCommands.CorrectionList;