System\Windows\Controls\SinglePageViewer.cs (7)
244/// <see cref="Zoom"/>
744SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom));
756SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom));
1134pageViews[index].SetPageZoom(Zoom / 100.0);
1213SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(MaxZoom, Zoom)));
1221SetValue(CanDecreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.LessThan(MinZoom, Zoom)));
1545return new JournalState(cp, cpDirection, Zoom);