6 references to ZoomProperty
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
229get { return (double)GetValue(ZoomProperty); } 230set { SetValue(ZoomProperty, value); } 705SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 709SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1647viewer.CoerceValue(ZoomProperty); 1672viewer.CoerceValue(ZoomProperty);