7 writes to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1121
Zoom
= ZoomLevelCollection[_zoomLevelIndex];
1148
Zoom
= ZoomLevelCollection[_zoomLevelIndex];
1277
Zoom
= scrollZoom;
1965
dv.
Zoom
= (double)zoomValue;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
616
Zoom
= _state.Zoom;
1706
Zoom
= item.Parameter;
1744
Zoom
= result;
6 references to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1110
double oldZoom =
Zoom
;
1135
double oldZoom =
Zoom
;
1275
if (
Zoom
!= scrollZoom)
2238
double currentZoom =
Zoom
;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
598
_state = new DocumentApplicationState(
Zoom
, HorizontalOffset, VerticalOffset, MaxPagesAcross);
1769
ZoomComboBox.SetZoom(
Zoom
);