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