13 references to CanGoToPreviousPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
748get { return CanGoToPreviousPage; }
MS\Internal\Documents\MultiPageTextView.cs (3)
438if (_viewer.CanGoToPreviousPage) 454if (_viewer.CanGoToPreviousPage) 809if (_viewer.CanGoToPreviousPage)
System\Windows\Controls\DocumentViewer.cs (1)
1816args.CanExecute = dv.CanGoToPreviousPage;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
288/// <see cref="CanGoToPreviousPage"/> 298/// <see cref="CanGoToPreviousPage"/> 513if (this.CanGoToPreviousPage)
System\Windows\Controls\SinglePageViewer.cs (4)
562if (this.CanGoToPreviousPage) 592if (this.CanGoToPreviousPage) 864if (this.CanGoToPreviousPage) 880if (this.CanGoToPreviousPage)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1448e.CanExecute = dv.CanGoToPreviousPage;