13 references to CanGoToPreviousPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
732get { return CanGoToPreviousPage; }
MS\Internal\Documents\MultiPageTextView.cs (3)
435if (_viewer.CanGoToPreviousPage) 451if (_viewer.CanGoToPreviousPage) 806if (_viewer.CanGoToPreviousPage)
System\Windows\Controls\DocumentViewer.cs (1)
1752args.CanExecute = dv.CanGoToPreviousPage;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
271/// <see cref="CanGoToPreviousPage"/> 281/// <see cref="CanGoToPreviousPage"/> 496if (this.CanGoToPreviousPage)
System\Windows\Controls\SinglePageViewer.cs (4)
546if (this.CanGoToPreviousPage) 576if (this.CanGoToPreviousPage) 850if (this.CanGoToPreviousPage) 866if (this.CanGoToPreviousPage)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1445e.CanExecute = dv.CanGoToPreviousPage;