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