5 references to DecreaseIndentation
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorLists.cs (2)
52CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.DecreaseIndentation , new ExecutedRoutedEventHandler(OnListCommand) , new CanExecuteRoutedEventHandler(OnQueryStatusTab), SRID.KeyDecreaseIndentation, SRID.KeyDecreaseIndentationDisplayString); 168else if (args.Command == EditingCommands.DecreaseIndentation)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1409EditingCommands.DecreaseIndentation.CanExecute(null, (IInputElement)sender)) 1412EditingCommands.DecreaseIndentation.Execute(null, (IInputElement)sender);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
662knownCommand = EditingCommands.DecreaseIndentation;