9 references to ZoomProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (9)
318get { return (double)GetValue(ZoomProperty); } 319set { SetValue(ZoomProperty, value); } 723SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 735SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1093BindingOperations.ClearBinding(feViewer, ZoomProperty); 1125CreateTwoWayBinding(feViewer, ZoomProperty, "Zoom"); 1800viewer.CoerceValue(ZoomProperty); 1825viewer.CoerceValue(ZoomProperty); 2037SetCurrentValueInternal(ZoomProperty, viewerState.Zoom);