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