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