5 references to MaxZoom
PresentationFramework (5)
System\Windows\Controls\FlowDocumentScrollViewer.cs (5)
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)));