2 references to CanGoToPreviousPagePropertyKey
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
495
public static readonly DependencyProperty CanGoToPreviousPageProperty =
CanGoToPreviousPagePropertyKey
.DependencyProperty;
1220
SetValue(
CanGoToPreviousPagePropertyKey
, (CurrentViewer != null) ? CurrentViewer.CanGoToPreviousPage : false);