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