2 implementations of CanGoToNextPage
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
388
bool IFlowDocumentViewer.
CanGoToNextPage
738
bool IFlowDocumentViewer.
CanGoToNextPage
1 reference to CanGoToNextPage
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
1203
SetValue(CanGoToNextPagePropertyKey, (CurrentViewer != null) ? CurrentViewer.
CanGoToNextPage
: false);