13 references to CanGoToNextPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
756
get { return
CanGoToNextPage
; }
MS\Internal\Documents\MultiPageTextView.cs (3)
446
if (_viewer.
CanGoToNextPage
)
462
if (_viewer.
CanGoToNextPage
)
795
if (_viewer.
CanGoToNextPage
)
System\Windows\Controls\DocumentViewer.cs (1)
1823
args.CanExecute = dv.
CanGoToNextPage
;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
304
/// <see cref="
CanGoToNextPage
"/>
314
/// <see cref="
CanGoToNextPage
"/>
526
if (this.
CanGoToNextPage
)
System\Windows\Controls\SinglePageViewer.cs (4)
577
if (this.
CanGoToNextPage
)
607
if (this.
CanGoToNextPage
)
872
if (this.
CanGoToNextPage
)
888
if (this.
CanGoToNextPage
)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1450
e.CanExecute = dv.
CanGoToNextPage
;