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