2 references to SelectUpByParagraph
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
88CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectUpByParagraph, new ExecutedRoutedEventHandler(OnSelectUpByParagraph), queryStatusKeyboardSelectionHandler, KeyGesture.CreateFromResourceStrings(KeySelectUpByParagraph, nameof(SR.KeySelectUpByParagraphDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
565knownCommand = EditingCommands.SelectUpByParagraph;