2 references to ToggleSuperscript
PresentationFramework (2)
System\windows\Documents\TextEditorCharacters.cs (1)
56CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.ToggleSuperscript , new ExecutedRoutedEventHandler(OnToggleSuperscript) , onQueryStatusNYI, KeyGesture.CreateFromResourceStrings(KeyToggleSuperscript, nameof(SR.KeyToggleSuperscriptDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
598knownCommand = EditingCommands.ToggleSuperscript;