9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (9)
312get { return (double)GetValue(ZoomProperty); } 313set { SetValue(ZoomProperty, value); } 717SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 729SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1082BindingOperations.ClearBinding(feViewer, ZoomProperty); 1114CreateTwoWayBinding(feViewer, ZoomProperty, "Zoom"); 1789viewer.CoerceValue(ZoomProperty); 1814viewer.CoerceValue(ZoomProperty); 2026SetCurrentValueInternal(ZoomProperty, viewerState.Zoom);