Base:
method
OnGoToPageCommand
System.Windows.Controls.Primitives.DocumentViewerBase.OnGoToPageCommand(System.Int32)
1 override of OnGoToPageCommand
PresentationFramework (1)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
842
protected override void
OnGoToPageCommand
(int pageNumber)
5 references to OnGoToPageCommand
PresentationFramework (5)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
681
OnGoToPageCommand
(pageNumber);
845
base.
OnGoToPageCommand
((((pageNumber - 1) / 2) * 2) + 1);
System\Windows\Controls\SinglePageViewer.cs (3)
542
OnGoToPageCommand
(1);
999
OnGoToPageCommand
(newMasterPageNumber);
1054
OnGoToPageCommand
(newMasterPageNumber);