7 writes to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1121Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1148Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1277Zoom = scrollZoom; 1965dv.Zoom = (double)zoomValue;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
616Zoom = _state.Zoom; 1706Zoom = item.Parameter; 1744Zoom = result;
6 references to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1110double oldZoom = Zoom; 1135double oldZoom = Zoom; 1275if (Zoom != scrollZoom) 2238double currentZoom = Zoom;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
598_state = new DocumentApplicationState(Zoom, HorizontalOffset, VerticalOffset, MaxPagesAcross); 1769ZoomComboBox.SetZoom(Zoom);