Base:
method
OnGoToPageCommand
System.Windows.Controls.Primitives.DocumentViewerBase.OnGoToPageCommand(System.Int32)
1 override of OnGoToPageCommand
PresentationFramework (1)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
858
protected override void
OnGoToPageCommand
(int pageNumber)
5 references to OnGoToPageCommand
PresentationFramework (5)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
697
OnGoToPageCommand
(pageNumber);
861
base.
OnGoToPageCommand
((((pageNumber - 1) / 2) * 2) + 1);
System\Windows\Controls\SinglePageViewer.cs (3)
546
OnGoToPageCommand
(1);
1001
OnGoToPageCommand
(newMasterPageNumber);
1056
OnGoToPageCommand
(newMasterPageNumber);