2 references to SelectUpByPage
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
90CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectUpByPage, new ExecutedRoutedEventHandler(OnSelectUpByPage), queryStatusKeyboardSelectionHandler, KeyGesture.CreateFromResourceStrings(KeySelectUpByPage, nameof(SR.KeySelectUpByPageDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
571knownCommand = EditingCommands.SelectUpByPage;