7 writes to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1176Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1203Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1332Zoom = scrollZoom; 2014dv.Zoom = (double)zoomValue;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
624Zoom = _state.Zoom; 1696Zoom = item.Parameter; 1734Zoom = result;
6 references to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1165double oldZoom = Zoom; 1190double oldZoom = Zoom; 1330if (Zoom != scrollZoom) 2291double currentZoom = Zoom;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
606_state = new DocumentApplicationState(Zoom, HorizontalOffset, VerticalOffset, MaxPagesAcross); 1759ZoomComboBox.SetZoom(Zoom);