4 references to CanGoToNextPageProperty
PresentationFramework (4)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (3)
516
e.Property == CanGoToPreviousPageProperty || e.Property ==
CanGoToNextPageProperty
)
528
CoerceValue(
CanGoToNextPageProperty
);
533
CoerceValue(
CanGoToNextPageProperty
);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
230
get { return (bool) GetValue(
CanGoToNextPageProperty
); }