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