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