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