5 references to GoToPage
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (1)
1765else if (args.Command == NavigationCommands.GoToPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1447CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.GoToPage, 1522else if (args.Command == NavigationCommands.GoToPage)
System\Windows\Input\Command\CommandConverter.cs (1)
293knownCommand = NavigationCommands.GoToPage;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1933NavigationCommands.GoToPage.Execute(pageNumber, this);