4 references to MaxZoom
PresentationFramework (4)
System\Windows\Controls\SinglePageViewer.cs (4)
258/// <see cref="MaxZoom"/> 744SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 1213SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(MaxZoom, Zoom))); 1383maxZoom = v.MaxZoom;