9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (1)
545FlowDocumentPageViewer.ZoomProperty.AddOwner(
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
362FlowDocumentPageViewer.ZoomProperty.AddOwner(
System\Windows\Controls\SinglePageViewer.cs (7)
157get { return (double) GetValue(ZoomProperty); } 158set { SetValue(ZoomProperty, value); } 731SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 743SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1216CoerceValue(ZoomProperty); 1226CoerceValue(ZoomProperty); 1540SetCurrentValueInternal(ZoomProperty, viewerState.Zoom);