4 references to GoToPage
PresentationFramework (4)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1858else if (args.Command == NavigationCommands.GoToPage)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1492CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.GoToPage, 1567else if (args.Command == NavigationCommands.GoToPage)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
308knownCommand = NavigationCommands.GoToPage;