6 references to ZoomProperty
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
225get { return (double)GetValue(ZoomProperty); } 226set { SetValue(ZoomProperty, value); } 701SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 705SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1634viewer.CoerceValue(ZoomProperty); 1659viewer.CoerceValue(ZoomProperty);