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