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