4 references to CanGoToNextPageProperty
PresentationFramework (4)
MS\Internal\Documents\IFlowDocumentViewer.cs (3)
515
e.Property == CanGoToPreviousPageProperty || e.Property ==
CanGoToNextPageProperty
)
527
CoerceValue(
CanGoToNextPageProperty
);
532
CoerceValue(
CanGoToNextPageProperty
);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
227
get { return (bool) GetValue(
CanGoToNextPageProperty
); }