13 references to CanGoToNextPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
753
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)
1811
args.CanExecute = dv.
CanGoToNextPage
;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
299
/// <see cref="
CanGoToNextPage
"/>
309
/// <see cref="
CanGoToNextPage
"/>
521
if (this.
CanGoToNextPage
)
System\Windows\Controls\SinglePageViewer.cs (4)
574
if (this.
CanGoToNextPage
)
604
if (this.
CanGoToNextPage
)
869
if (this.
CanGoToNextPage
)
885
if (this.
CanGoToNextPage
)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1443
e.CanExecute = dv.
CanGoToNextPage
;