3 references to ZoomIncrement
PresentationFramework (3)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (3)
290
/// <see cref="
ZoomIncrement
"/>
752
SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom +
ZoomIncrement
, MaxZoom));
764
SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom -
ZoomIncrement
, MinZoom));