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