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