9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (9)
311get { return (double)GetValue(ZoomProperty); } 312set { SetValue(ZoomProperty, value); } 710SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 722SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1069BindingOperations.ClearBinding(feViewer, ZoomProperty); 1101CreateTwoWayBinding(feViewer, ZoomProperty, "Zoom"); 1756viewer.CoerceValue(ZoomProperty); 1781viewer.CoerceValue(ZoomProperty); 1990SetCurrentValueInternal(ZoomProperty, viewerState.Zoom);