3 references to MaxZoom
PresentationFramework (3)
System\Windows\Controls\SinglePageViewer.cs (3)
731SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 1200SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(MaxZoom, Zoom))); 1370maxZoom = v.MaxZoom;