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