1 write to Scale
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
2048_rowCache.Scale = scale;
5 references to Scale
PresentationFramework (5)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (3)
799return _rowCache.Scale; 2366double newScale = neededScaleFactor * _rowCache.Scale; 2409double newScale = scaleFactor * _rowCache.Scale;
src\Framework\MS\Internal\Documents\RowCache.cs (2)
1222pageSize.Width *= Scale; 1223pageSize.Height *= Scale;