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