12 references to CanGoToNextPage
PresentationFramework (12)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (1)
757
get { return
CanGoToNextPage
; }
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (3)
449
if (_viewer.
CanGoToNextPage
)
465
if (_viewer.
CanGoToNextPage
)
800
if (_viewer.
CanGoToNextPage
)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1856
args.CanExecute = dv.
CanGoToNextPage
;
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
307
/// <see cref="
CanGoToNextPage
"/>
317
/// <see cref="
CanGoToNextPage
"/>
538
if (this.
CanGoToNextPage
)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
584
if (this.
CanGoToNextPage
)
614
if (this.
CanGoToNextPage
)
879
if (this.
CanGoToNextPage
)
895
if (this.
CanGoToNextPage
)