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