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