3 references to MinimumZoom
PresentationFramework (3)
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
2561
if (checkValue < DocumentViewerConstants.
MinimumZoom
)
2563
return DocumentViewerConstants.
MinimumZoom
;
2595
dv.SetValue(CanDecreaseZoomPropertyKey, newZoom > DocumentViewerConstants.
MinimumZoom
);