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