4 writes to Zoom
PresentationFramework (4)
src\Framework\System\Windows\Controls\DocumentViewer.cs (4)
1208Zoom = DocumentViewer._zoomLevelCollection[_zoomLevelIndex]; 1235Zoom = _zoomLevelCollection[_zoomLevelIndex]; 1364Zoom = scrollZoom; 2066dv.Zoom = (double)zoomValue;
4 references to Zoom
PresentationFramework (4)
src\Framework\System\Windows\Controls\DocumentViewer.cs (4)
1197double oldZoom = Zoom; 1222double oldZoom = Zoom; 1362if (Zoom != scrollZoom) 2372double currentZoom = Zoom;