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