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