2 references to DecreaseFontSize
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
60
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
DecreaseFontSize
, new ExecutedRoutedEventHandler(OnDecreaseFontSize) , onQueryStatusNYI, SRID.KeyDecreaseFontSize, SRID.KeyDecreaseFontSizeDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
617
knownCommand = EditingCommands.
DecreaseFontSize
;