4 references to CorrectionList
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
242appCommand = ApplicationCommands.CorrectionList;
PresentationFramework (3)
System\windows\Documents\TextEditorContextMenu.cs (1)
599Command = ApplicationCommands.CorrectionList
System\windows\Documents\TextEditorTyping.cs (1)
69CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.CorrectionList , new ExecutedRoutedEventHandler(OnCorrectionList) , new CanExecuteRoutedEventHandler(OnQueryStatusCorrectionList) , nameof(SR.KeyCorrectionList), nameof(SR.KeyCorrectionListDisplayString) );
System\Windows\Input\Command\CommandConverter.cs (1)
363knownCommand = ApplicationCommands.CorrectionList;