src\Framework\System\Windows\Controls\SinglePageViewer.cs (7)
249/// <see cref="Zoom"/>
752SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom));
764SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom));
1142pageViews[index].SetPageZoom(Zoom / 100.0);
1221SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(MaxZoom, Zoom)));
1229SetValue(CanDecreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.LessThan(MinZoom, Zoom)));
1553return new JournalState(cp, cpDirection, Zoom);