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