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)
633Zoom = _state.Zoom; 1705Zoom = item.Parameter; 1743Zoom = 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)
615_state = new DocumentApplicationState(Zoom, HorizontalOffset, VerticalOffset, MaxPagesAcross); 1768ZoomComboBox.SetZoom(Zoom);