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