6 references to ZoomProperty
PresentationFramework (6)
System\Windows\Controls\FlowDocumentScrollViewer.cs (6)
232get { return (double)GetValue(ZoomProperty); } 233set { SetValue(ZoomProperty, value); } 712SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 716SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1683viewer.CoerceValue(ZoomProperty); 1708viewer.CoerceValue(ZoomProperty);