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