4 references to _scale
PresentationFramework (4)
MS\Internal\Text\TextDpi.cs (4)
50return (int)Math.Round(d * _scale); 62return ((double)i) / _scale; 207private const double _maxSize = ((double)_maxSizeInt) / _scale; // = 3,579,139.40 pixels 213private const double _minSize = ((double)_minSizeInt) / _scale; // > 0