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