6 references to MaxZoom
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
377
/// <see cref="
MaxZoom
"/>
634
Zoom = Math.Min(Zoom + ZoomIncrement,
MaxZoom
);
712
SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement,
MaxZoom
));
1642
viewer.SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.
MaxZoom
, viewer.Zoom)));
1660
double maxZoom = viewer.
MaxZoom
;
1684
viewer.SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.
MaxZoom
, viewer.Zoom)));