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