2 references to ToggleSuperscript
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
58CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.ToggleSuperscript , new ExecutedRoutedEventHandler(OnToggleSuperscript) , onQueryStatusNYI, SRID.KeyToggleSuperscript, SRID.KeyToggleSuperscriptDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
611knownCommand = EditingCommands.ToggleSuperscript;