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