2 implementations of CanGoToNextPage
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
401
bool IFlowDocumentViewer.
CanGoToNextPage
751
bool IFlowDocumentViewer.
CanGoToNextPage
3 references to CanGoToNextPage
PresentationFramework (3)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
399
/// <see cref="IFlowDocumentViewer.
CanGoToNextPage
"/>
749
/// <see cref="IFlowDocumentViewer.
CanGoToNextPage
"/>
System\Windows\Controls\FlowDocumentReader.cs (1)
1214
SetValue(CanGoToNextPagePropertyKey, (CurrentViewer != null) ? CurrentViewer.
CanGoToNextPage
: false);