1 write to Scale
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
2001_rowCache.Scale = scale;
5 references to Scale
PresentationFramework (5)
MS\Internal\Documents\DocumentGrid.cs (3)
773return _rowCache.Scale; 2318double newScale = neededScaleFactor * _rowCache.Scale; 2360double newScale = scaleFactor * _rowCache.Scale;
MS\Internal\Documents\RowCache.cs (2)
1172pageSize.Width *= Scale; 1173pageSize.Height *= Scale;