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