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