1 write to Scale
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
2008_rowCache.Scale = scale;
5 references to Scale
PresentationFramework (5)
MS\Internal\Documents\DocumentGrid.cs (3)
780return _rowCache.Scale; 2325double newScale = neededScaleFactor * _rowCache.Scale; 2367double newScale = scaleFactor * _rowCache.Scale;
MS\Internal\Documents\RowCache.cs (2)
1177pageSize.Width *= Scale; 1178pageSize.Height *= Scale;