2 implementations of CanGoToNextPage
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
401bool IFlowDocumentViewer.CanGoToNextPage 751bool 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)
1214SetValue(CanGoToNextPagePropertyKey, (CurrentViewer != null) ? CurrentViewer.CanGoToNextPage : false);