4 references to MaxZoom
PresentationFramework (4)
System\Windows\Controls\SinglePageViewer.cs (4)
261
/// <see cref="
MaxZoom
"/>
745
SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement,
MaxZoom
));
1214
SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(
MaxZoom
, Zoom)));
1384
maxZoom = v.
MaxZoom
;