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