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