6 references to MaxZoom
PresentationFramework (6)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
378
/// <see cref="
MaxZoom
"/>
635
Zoom = Math.Min(Zoom + ZoomIncrement,
MaxZoom
);
718
SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement,
MaxZoom
));
1650
viewer.SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.
MaxZoom
, viewer.Zoom)));
1668
double maxZoom = viewer.
MaxZoom
;
1692
viewer.SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.
MaxZoom
, viewer.Zoom)));