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