4 references to MaxZoom
PresentationFramework (4)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
263/// <see cref="MaxZoom"/> 752SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 1221SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(MaxZoom, Zoom))); 1391maxZoom = v.MaxZoom;