5 references to DecreaseIndentation
PresentationFramework (5)
System\windows\Documents\TextEditorLists.cs (2)
33CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.DecreaseIndentation , new ExecutedRoutedEventHandler(OnListCommand) , new CanExecuteRoutedEventHandler(OnQueryStatusTab), KeyGesture.CreateFromResourceStrings(KeyDecreaseIndentation, nameof(SR.KeyDecreaseIndentationDisplayString))); 149else if (args.Command == EditingCommands.DecreaseIndentation)
System\windows\Documents\TextEditorTyping.cs (2)
1370EditingCommands.DecreaseIndentation.CanExecute(null, (IInputElement)sender)) 1373EditingCommands.DecreaseIndentation.Execute(null, (IInputElement)sender);
System\Windows\Input\Command\CommandConverter.cs (1)
643knownCommand = EditingCommands.DecreaseIndentation;