2 references to MoveUpByPage
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
77
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
MoveUpByPage
, new ExecutedRoutedEventHandler(OnMoveUpByPage), queryStatusCaretNavigationHandler, SRID.KeyMoveUpByPage, SRID.KeyMoveUpByPageDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
542
knownCommand = EditingCommands.
MoveUpByPage
;