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