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