2 references to AlignLeft
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorParagraphs.cs (1)
55CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.AlignLeft , new ExecutedRoutedEventHandler(OnAlignLeft) , onQueryStatusNYI, SRID.KeyAlignLeft, SRID.KeyAlignLeftDisplayString );
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
641knownCommand = EditingCommands.AlignLeft;