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