13 references to CanGoToNextPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
753get { return CanGoToNextPage; }
MS\Internal\Documents\MultiPageTextView.cs (3)
444if (_viewer.CanGoToNextPage) 460if (_viewer.CanGoToNextPage) 793if (_viewer.CanGoToNextPage)
System\Windows\Controls\DocumentViewer.cs (1)
1811args.CanExecute = dv.CanGoToNextPage;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
299/// <see cref="CanGoToNextPage"/> 309/// <see cref="CanGoToNextPage"/> 521if (this.CanGoToNextPage)
System\Windows\Controls\SinglePageViewer.cs (4)
574if (this.CanGoToNextPage) 604if (this.CanGoToNextPage) 869if (this.CanGoToNextPage) 885if (this.CanGoToNextPage)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1443e.CanExecute = dv.CanGoToNextPage;