13 references to CanGoToNextPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
756get { return CanGoToNextPage; }
MS\Internal\Documents\MultiPageTextView.cs (3)
446if (_viewer.CanGoToNextPage) 462if (_viewer.CanGoToNextPage) 795if (_viewer.CanGoToNextPage)
System\Windows\Controls\DocumentViewer.cs (1)
1823args.CanExecute = dv.CanGoToNextPage;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
304/// <see cref="CanGoToNextPage"/> 314/// <see cref="CanGoToNextPage"/> 526if (this.CanGoToNextPage)
System\Windows\Controls\SinglePageViewer.cs (4)
577if (this.CanGoToNextPage) 607if (this.CanGoToNextPage) 872if (this.CanGoToNextPage) 888if (this.CanGoToNextPage)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1452e.CanExecute = dv.CanGoToNextPage;