2 references to ToggleSubscript
PresentationFramework (2)
System\windows\Documents\TextEditorCharacters.cs (1)
55CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.ToggleSubscript , new ExecutedRoutedEventHandler(OnToggleSubscript) , onQueryStatusNYI, KeyGesture.CreateFromResourceStrings(KeyToggleSubscript, nameof(SR.KeyToggleSubscriptDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
595knownCommand = EditingCommands.ToggleSubscript;