2 references to AlignRight
PresentationFramework (2)
System\windows\Documents\TextEditorParagraphs.cs (1)
56CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.AlignRight, new ExecutedRoutedEventHandler(OnAlignRight), onQueryStatusNYI, KeyGesture.CreateFromResourceStrings(KeyAlignRight, nameof(SR.KeyAlignRightDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
634knownCommand = EditingCommands.AlignRight;