2 references to CanGoToNextPagePropertyKey
PresentationFramework (2)
System\Windows\Controls\FlowDocumentReader.cs (2)
509public static readonly DependencyProperty CanGoToNextPageProperty = CanGoToNextPagePropertyKey.DependencyProperty; 1219SetValue(CanGoToNextPagePropertyKey, (CurrentViewer != null) ? CurrentViewer.CanGoToNextPage : false);