7 writes to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1122Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1149Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1278Zoom = scrollZoom; 1966dv.Zoom = (double)zoomValue;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
617Zoom = _state.Zoom; 1707Zoom = item.Parameter; 1745Zoom = result;
6 references to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1111double oldZoom = Zoom; 1136double oldZoom = Zoom; 1276if (Zoom != scrollZoom) 2239double currentZoom = Zoom;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
599_state = new DocumentApplicationState(Zoom, HorizontalOffset, VerticalOffset, MaxPagesAcross); 1770ZoomComboBox.SetZoom(Zoom);