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