3 references to CanGoToNextPagePropertyKey
PresentationFramework (3)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
892
CanGoToNextPagePropertyKey
.OverrideMetadata(typeof(ReaderTwoPageViewer), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, null, new CoerceValueCallback(CoerceCanGoToNextPage)));
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
312
CanGoToNextPagePropertyKey
.DependencyProperty;
1257
SetValue(
CanGoToNextPagePropertyKey
, canGoToNextPage);