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