2 writes to _emSize
PresentationCore (2)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (2)
33
_emSize
= emSize;
43
_emSize
= emSize;
3 references to _emSize
PresentationCore (3)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (3)
247
if (
_emSize
> CutOffEmSize)
261
double scaled = (value /
_emSize
) * ToThousandthOfEm;
279
return ((double)thousandthOfEm) * ToReal *
_emSize
;