2 implementations of CanGoToPreviousPage
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
396bool IFlowDocumentViewer.CanGoToPreviousPage 746bool IFlowDocumentViewer.CanGoToPreviousPage
3 references to CanGoToPreviousPage
PresentationFramework (3)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
394/// <see cref="IFlowDocumentViewer.CanGoToPreviousPage"/> 744/// <see cref="IFlowDocumentViewer.CanGoToPreviousPage"/>
System\Windows\Controls\FlowDocumentReader.cs (1)
1214SetValue(CanGoToPreviousPagePropertyKey, (CurrentViewer != null) ? CurrentViewer.CanGoToPreviousPage : false);