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