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