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