13 references to CanGoToNextPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
740get { return CanGoToNextPage; }
MS\Internal\Documents\MultiPageTextView.cs (3)
443if (_viewer.CanGoToNextPage) 459if (_viewer.CanGoToNextPage) 792if (_viewer.CanGoToNextPage)
System\Windows\Controls\DocumentViewer.cs (1)
1762args.CanExecute = dv.CanGoToNextPage;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
287/// <see cref="CanGoToNextPage"/> 297/// <see cref="CanGoToNextPage"/> 509if (this.CanGoToNextPage)
System\Windows\Controls\SinglePageViewer.cs (4)
573if (this.CanGoToNextPage) 603if (this.CanGoToNextPage) 870if (this.CanGoToNextPage) 886if (this.CanGoToNextPage)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1453e.CanExecute = dv.CanGoToNextPage;