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