2 references to ZoomIncrement
PresentationFramework (2)
System\Windows\Controls\SinglePageViewer.cs (2)
731SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 743SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom));