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