1 write to Scale
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
2004_rowCache.Scale = scale;
5 references to Scale
PresentationFramework (5)
MS\Internal\Documents\DocumentGrid.cs (3)
773return _rowCache.Scale; 2315double newScale = neededScaleFactor * _rowCache.Scale; 2357double newScale = scaleFactor * _rowCache.Scale;
MS\Internal\Documents\RowCache.cs (2)
1180pageSize.Width *= Scale; 1181pageSize.Height *= Scale;