2 references to AlignLeft
PresentationFramework (2)
System\windows\Documents\TextEditorParagraphs.cs (1)
54
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
AlignLeft
, new ExecutedRoutedEventHandler(OnAlignLeft), onQueryStatusNYI, KeyGesture.CreateFromResourceStrings(KeyAlignLeft, nameof(SR.KeyAlignLeftDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
628
knownCommand = EditingCommands.
AlignLeft
;