5 references to DecreaseIndentation
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorLists.cs (2)
52
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
DecreaseIndentation
, new ExecutedRoutedEventHandler(OnListCommand) , new CanExecuteRoutedEventHandler(OnQueryStatusTab), SRID.KeyDecreaseIndentation, SRID.KeyDecreaseIndentationDisplayString);
168
else if (args.Command == EditingCommands.
DecreaseIndentation
)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1409
EditingCommands.
DecreaseIndentation
.CanExecute(null, (IInputElement)sender))
1412
EditingCommands.
DecreaseIndentation
.Execute(null, (IInputElement)sender);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
662
knownCommand = EditingCommands.
DecreaseIndentation
;