12 references to CanGoToNextPage
PresentationFramework (12)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (1)
757get { return CanGoToNextPage; }
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (3)
449if (_viewer.CanGoToNextPage) 465if (_viewer.CanGoToNextPage) 800if (_viewer.CanGoToNextPage)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1856args.CanExecute = dv.CanGoToNextPage;
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
307/// <see cref="CanGoToNextPage"/> 317/// <see cref="CanGoToNextPage"/> 538if (this.CanGoToNextPage)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
584if (this.CanGoToNextPage) 614if (this.CanGoToNextPage) 879if (this.CanGoToNextPage) 895if (this.CanGoToNextPage)