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