2 references to SelectUpByParagraph
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
96CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectUpByParagraph, new ExecutedRoutedEventHandler(OnSelectUpByParagraph), queryStatusKeyboardSelectionHandler, SRID.KeySelectUpByParagraph, SRID.KeySelectUpByParagraphDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
578knownCommand = EditingCommands.SelectUpByParagraph;