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