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