13 references to CanGoToNextPage
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
740
get { return
CanGoToNextPage
; }
MS\Internal\Documents\MultiPageTextView.cs (3)
443
if (_viewer.
CanGoToNextPage
)
459
if (_viewer.
CanGoToNextPage
)
792
if (_viewer.
CanGoToNextPage
)
System\Windows\Controls\DocumentViewer.cs (1)
1762
args.CanExecute = dv.
CanGoToNextPage
;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
287
/// <see cref="
CanGoToNextPage
"/>
297
/// <see cref="
CanGoToNextPage
"/>
509
if (this.
CanGoToNextPage
)
System\Windows\Controls\SinglePageViewer.cs (4)
573
if (this.
CanGoToNextPage
)
603
if (this.
CanGoToNextPage
)
870
if (this.
CanGoToNextPage
)
886
if (this.
CanGoToNextPage
)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1453
e.CanExecute = dv.
CanGoToNextPage
;