7 writes to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1176
Zoom
= ZoomLevelCollection[_zoomLevelIndex];
1203
Zoom
= ZoomLevelCollection[_zoomLevelIndex];
1332
Zoom
= scrollZoom;
2014
dv.
Zoom
= (double)zoomValue;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
624
Zoom
= _state.Zoom;
1696
Zoom
= item.Parameter;
1734
Zoom
= result;
6 references to Zoom
PresentationFramework (4)
System\Windows\Controls\DocumentViewer.cs (4)
1165
double oldZoom =
Zoom
;
1190
double oldZoom =
Zoom
;
1330
if (
Zoom
!= scrollZoom)
2291
double currentZoom =
Zoom
;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
606
_state = new DocumentApplicationState(
Zoom
, HorizontalOffset, VerticalOffset, MaxPagesAcross);
1759
ZoomComboBox.SetZoom(
Zoom
);