6 references to ZoomProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
233get { return (double)GetValue(ZoomProperty); } 234set { SetValue(ZoomProperty, value); } 718SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 722SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1691viewer.CoerceValue(ZoomProperty); 1716viewer.CoerceValue(ZoomProperty);