2 references to SelectUpByLine
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
86CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectUpByLine, new ExecutedRoutedEventHandler(OnSelectUpByLine), queryStatusKeyboardSelectionHandler, KeyGesture.CreateFromResourceStrings(KeySelectUpByLine, nameof(SR.KeySelectUpByLineDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
559knownCommand = EditingCommands.SelectUpByLine;