7 writes to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1118Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1145Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1274Zoom = scrollZoom; 1962dv.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)
1107double oldZoom = Zoom; 1132double oldZoom = Zoom; 1272if (Zoom != scrollZoom) 2235double currentZoom = Zoom;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
598_state = new DocumentApplicationState(Zoom, HorizontalOffset, VerticalOffset, MaxPagesAcross); 1769ZoomComboBox.SetZoom(Zoom);