1 write to Scale
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
2003_rowCache.Scale = scale;
5 references to Scale
PresentationFramework (5)
MS\Internal\Documents\DocumentGrid.cs (3)
772return _rowCache.Scale; 2314double newScale = neededScaleFactor * _rowCache.Scale; 2356double newScale = scaleFactor * _rowCache.Scale;
MS\Internal\Documents\RowCache.cs (2)
1179pageSize.Width *= Scale; 1180pageSize.Height *= Scale;