6 references to MaxZoom
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
374
/// <see cref="
MaxZoom
"/>
631
Zoom = Math.Min(Zoom + ZoomIncrement,
MaxZoom
);
709
SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement,
MaxZoom
));
1639
viewer.SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.
MaxZoom
, viewer.Zoom)));
1657
double maxZoom = viewer.
MaxZoom
;
1681
viewer.SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.
MaxZoom
, viewer.Zoom)));