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