2 implementations of CanGoToPreviousPage
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
380
bool IFlowDocumentViewer.
CanGoToPreviousPage
730
bool IFlowDocumentViewer.
CanGoToPreviousPage
1 reference to CanGoToPreviousPage
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
1198
SetValue(CanGoToPreviousPagePropertyKey, (CurrentViewer != null) ? CurrentViewer.
CanGoToPreviousPage
: false);