3 references to MaxZoom
PresentationFramework (3)
System\Windows\Controls\SinglePageViewer.cs (3)
731
SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement,
MaxZoom
));
1200
SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(
MaxZoom
, Zoom)));
1370
maxZoom = v.
MaxZoom
;