System\Windows\Controls\SinglePageViewer.cs (7)
243/// <see cref="Zoom"/>
731SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom));
743SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom));
1121pageViews[index].SetPageZoom(Zoom / 100.0);
1200SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(MaxZoom, Zoom)));
1208SetValue(CanDecreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.LessThan(MinZoom, Zoom)));
1529return new JournalState(cp, cpDirection, Zoom);