2 references to SelectUpByPage
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
98CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectUpByPage, new ExecutedRoutedEventHandler(OnSelectUpByPage), queryStatusKeyboardSelectionHandler, SRID.KeySelectUpByPage, SRID.KeySelectUpByPageDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
584knownCommand = EditingCommands.SelectUpByPage;