Base:
method
OnGoToPageCommand
System.Windows.Controls.Primitives.DocumentViewerBase.OnGoToPageCommand(System.Int32)
1 override of OnGoToPageCommand
PresentationFramework (1)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
843protected override void OnGoToPageCommand(int pageNumber)
5 references to OnGoToPageCommand
PresentationFramework (5)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
682OnGoToPageCommand(pageNumber); 846base.OnGoToPageCommand((((pageNumber - 1) / 2) * 2) + 1);
System\Windows\Controls\SinglePageViewer.cs (3)
543OnGoToPageCommand(1); 1000OnGoToPageCommand(newMasterPageNumber); 1055OnGoToPageCommand(newMasterPageNumber);