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