3 references to MinimumZoom
PresentationFramework (3)
System\Windows\Controls\DocumentViewer.cs (3)
2425
if (checkValue < DocumentViewerConstants.
MinimumZoom
)
2427
return DocumentViewerConstants.
MinimumZoom
;
2459
dv.SetValue(CanDecreaseZoomPropertyKey, newZoom > DocumentViewerConstants.
MinimumZoom
);