9 references to ZoomProperty
PresentationFramework (9)
System\Windows\Controls\FlowDocumentReader.cs (1)
551FlowDocumentPageViewer.ZoomProperty.AddOwner(
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
369FlowDocumentPageViewer.ZoomProperty.AddOwner(
System\Windows\Controls\SinglePageViewer.cs (7)
161get { return (double) GetValue(ZoomProperty); } 162set { SetValue(ZoomProperty, value); } 745SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 757SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1230CoerceValue(ZoomProperty); 1240CoerceValue(ZoomProperty); 1557SetCurrentValueInternal(ZoomProperty, viewerState.Zoom);