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