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)
1755args.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)
558if (this.CanGoToPreviousPage) 588if (this.CanGoToPreviousPage) 862if (this.CanGoToPreviousPage) 878if (this.CanGoToPreviousPage)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1449e.CanExecute = dv.CanGoToPreviousPage;