6 references to ZoomProperty
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
228get { return (double)GetValue(ZoomProperty); } 229set { SetValue(ZoomProperty, value); } 704SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 708SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1646viewer.CoerceValue(ZoomProperty); 1671viewer.CoerceValue(ZoomProperty);