Base:
method
OnGoToPageCommand
System.Windows.Controls.Primitives.DocumentViewerBase.OnGoToPageCommand(System.Int32)
1 override of OnGoToPageCommand
PresentationFramework (1)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (1)
859
protected override void
OnGoToPageCommand
(int pageNumber)
5 references to OnGoToPageCommand
PresentationFramework (5)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
698
OnGoToPageCommand
(pageNumber);
862
base.
OnGoToPageCommand
((((pageNumber - 1) / 2) * 2) + 1);
src\Framework\System\Windows\Controls\SinglePageViewer.cs (3)
553
OnGoToPageCommand
(1);
1008
OnGoToPageCommand
(newMasterPageNumber);
1063
OnGoToPageCommand
(newMasterPageNumber);