13 references to CanGoToNextPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
741
get { return
CanGoToNextPage
; }
MS\Internal\Documents\MultiPageTextView.cs (3)
444
if (_viewer.
CanGoToNextPage
)
460
if (_viewer.
CanGoToNextPage
)
793
if (_viewer.
CanGoToNextPage
)
System\Windows\Controls\DocumentViewer.cs (1)
1763
args.CanExecute = dv.
CanGoToNextPage
;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
288
/// <see cref="
CanGoToNextPage
"/>
298
/// <see cref="
CanGoToNextPage
"/>
510
if (this.
CanGoToNextPage
)
System\Windows\Controls\SinglePageViewer.cs (4)
574
if (this.
CanGoToNextPage
)
604
if (this.
CanGoToNextPage
)
871
if (this.
CanGoToNextPage
)
887
if (this.
CanGoToNextPage
)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1454
e.CanExecute = dv.
CanGoToNextPage
;