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