9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (1)
546FlowDocumentPageViewer.ZoomProperty.AddOwner(
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
366FlowDocumentPageViewer.ZoomProperty.AddOwner(
System\Windows\Controls\SinglePageViewer.cs (7)
158get { return (double) GetValue(ZoomProperty); } 159set { SetValue(ZoomProperty, value); } 744SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 756SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1229CoerceValue(ZoomProperty); 1239CoerceValue(ZoomProperty); 1556SetCurrentValueInternal(ZoomProperty, viewerState.Zoom);