2 writes to _emSize
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (2)
53
_emSize
= emSize;
64
_emSize
= emSize;
3 references to _emSize
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (3)
275
if (
_emSize
> CutOffEmSize)
289
double scaled = (value /
_emSize
) * ToThousandthOfEm;
307
return ((double)thousandthOfEm) * ToReal *
_emSize
;