13 references to CanGoToNextPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
741get { return CanGoToNextPage; }
MS\Internal\Documents\MultiPageTextView.cs (3)
444if (_viewer.CanGoToNextPage) 460if (_viewer.CanGoToNextPage) 793if (_viewer.CanGoToNextPage)
System\Windows\Controls\DocumentViewer.cs (1)
1763args.CanExecute = dv.CanGoToNextPage;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
288/// <see cref="CanGoToNextPage"/> 298/// <see cref="CanGoToNextPage"/> 510if (this.CanGoToNextPage)
System\Windows\Controls\SinglePageViewer.cs (4)
574if (this.CanGoToNextPage) 604if (this.CanGoToNextPage) 871if (this.CanGoToNextPage) 887if (this.CanGoToNextPage)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1454e.CanExecute = dv.CanGoToNextPage;