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