7 writes to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1122
Zoom
= ZoomLevelCollection[_zoomLevelIndex];
1149
Zoom
= ZoomLevelCollection[_zoomLevelIndex];
1278
Zoom
= scrollZoom;
1966
dv.
Zoom
= (double)zoomValue;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
617
Zoom
= _state.Zoom;
1707
Zoom
= item.Parameter;
1745
Zoom
= result;
6 references to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1111
double oldZoom =
Zoom
;
1136
double oldZoom =
Zoom
;
1276
if (
Zoom
!= scrollZoom)
2239
double currentZoom =
Zoom
;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
599
_state = new DocumentApplicationState(
Zoom
, HorizontalOffset, VerticalOffset, MaxPagesAcross);
1770
ZoomComboBox.SetZoom(
Zoom
);