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