2 implementations of CanGoToPreviousPage
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
397
bool IFlowDocumentViewer.
CanGoToPreviousPage
747
bool IFlowDocumentViewer.
CanGoToPreviousPage
3 references to CanGoToPreviousPage
PresentationFramework (3)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
395
/// <see cref="IFlowDocumentViewer.
CanGoToPreviousPage
"/>
745
/// <see cref="IFlowDocumentViewer.
CanGoToPreviousPage
"/>
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
1220
SetValue(CanGoToPreviousPagePropertyKey, (CurrentViewer != null) ? CurrentViewer.
CanGoToPreviousPage
: false);