4 references to _scale
PresentationFramework (4)
src\Framework\MS\Internal\Text\TextDpi.cs (4)
57return (int)Math.Round(d * _scale); 69return ((double)i) / _scale; 210private const double _maxSize = ((double)_maxSizeInt) / _scale; // = 3,579,139.40 pixels 216private const double _minSize = ((double)_minSizeInt) / _scale; // > 0