7 writes to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1188Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1215Zoom = ZoomLevelCollection[_zoomLevelIndex]; 1344Zoom = scrollZoom; 2026dv.Zoom = (double)zoomValue;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
631Zoom = _state.Zoom; 1703Zoom = item.Parameter; 1741Zoom = result;
6 references to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1177double oldZoom = Zoom; 1202double oldZoom = Zoom; 1342if (Zoom != scrollZoom) 2303double currentZoom = Zoom;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
613_state = new DocumentApplicationState(Zoom, HorizontalOffset, VerticalOffset, MaxPagesAcross); 1766ZoomComboBox.SetZoom(Zoom);