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