9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (9)
317get { return (double)GetValue(ZoomProperty); } 318set { SetValue(ZoomProperty, value); } 722SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 734SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1087BindingOperations.ClearBinding(feViewer, ZoomProperty); 1119CreateTwoWayBinding(feViewer, ZoomProperty, "Zoom"); 1794viewer.CoerceValue(ZoomProperty); 1819viewer.CoerceValue(ZoomProperty); 2031SetCurrentValueInternal(ZoomProperty, viewerState.Zoom);