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