2 references to DecreaseFontSize
PresentationFramework (2)
System\windows\Documents\TextEditorCharacters.cs (1)
42CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.DecreaseFontSize , new ExecutedRoutedEventHandler(OnDecreaseFontSize) , onQueryStatusNYI, KeyGesture.CreateFromResourceStrings(KeyDecreaseFontSize, nameof(SR.KeyDecreaseFontSizeDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
599knownCommand = EditingCommands.DecreaseFontSize;