4 references to MaxZoom
PresentationFramework (4)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
263
/// <see cref="
MaxZoom
"/>
752
SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement,
MaxZoom
));
1221
SetValue(CanIncreaseZoomPropertyKey, BooleanBoxes.Box(DoubleUtil.GreaterThan(
MaxZoom
, Zoom)));
1391
maxZoom = v.
MaxZoom
;