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