5 references to IncreaseIndentation
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorLists.cs (2)
51CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.IncreaseIndentation , new ExecutedRoutedEventHandler(OnListCommand) , new CanExecuteRoutedEventHandler(OnQueryStatusTab), SRID.KeyIncreaseIndentation, SRID.KeyIncreaseIndentationDisplayString); 164else if (args.Command == EditingCommands.IncreaseIndentation)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1377EditingCommands.IncreaseIndentation.CanExecute(null, (IInputElement)sender)) 1380EditingCommands.IncreaseIndentation.Execute(null, (IInputElement)sender);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
659knownCommand = EditingCommands.IncreaseIndentation;