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