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