5 references to MinZoom
PresentationFramework (5)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (5)
277/// <see cref="MinZoom"/> 764SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1229SetValue(CanDecreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.LessThan(MinZoom, Zoom))); 1397minZoom = v.MinZoom; 1414double minZoom = v.MinZoom;