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