13 references to CanGoToPreviousPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
745get { return CanGoToPreviousPage; }
MS\Internal\Documents\MultiPageTextView.cs (3)
436if (_viewer.CanGoToPreviousPage) 452if (_viewer.CanGoToPreviousPage) 807if (_viewer.CanGoToPreviousPage)
System\Windows\Controls\DocumentViewer.cs (1)
1810args.CanExecute = dv.CanGoToPreviousPage;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
272/// <see cref="CanGoToPreviousPage"/> 282/// <see cref="CanGoToPreviousPage"/> 497if (this.CanGoToPreviousPage)
System\Windows\Controls\SinglePageViewer.cs (4)
559if (this.CanGoToPreviousPage) 589if (this.CanGoToPreviousPage) 863if (this.CanGoToPreviousPage) 879if (this.CanGoToPreviousPage)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1453e.CanExecute = dv.CanGoToPreviousPage;