6 references to MaxZoom
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
370
/// <see cref="
MaxZoom
"/>
623
Zoom = Math.Min(Zoom + ZoomIncrement,
MaxZoom
);
701
SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement,
MaxZoom
));
1593
viewer.SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.
MaxZoom
, viewer.Zoom)));
1611
double maxZoom = viewer.
MaxZoom
;
1635
viewer.SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(viewer.
MaxZoom
, viewer.Zoom)));