4 references to MinZoom
PresentationFramework (4)
System\Windows\Controls\SinglePageViewer.cs (4)
743
SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement,
MinZoom
));
1208
SetValue(CanDecreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.LessThan(
MinZoom
, Zoom)));
1376
minZoom = v.
MinZoom
;
1393
double minZoom = v.
MinZoom
;