9 references to ZoomProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
552FlowDocumentPageViewer.ZoomProperty.AddOwner(
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
370FlowDocumentPageViewer.ZoomProperty.AddOwner(
src\Framework\System\Windows\Controls\SinglePageViewer.cs (7)
163get { return (double) GetValue(ZoomProperty); } 164set { SetValue(ZoomProperty, value); } 752SetCurrentValueInternal(ZoomProperty, Math.Min(Zoom + ZoomIncrement, MaxZoom)); 764SetCurrentValueInternal(ZoomProperty, Math.Max(Zoom - ZoomIncrement, MinZoom)); 1237CoerceValue(ZoomProperty); 1247CoerceValue(ZoomProperty); 1564SetCurrentValueInternal(ZoomProperty, viewerState.Zoom);