2 writes to _emSize
PresentationCore (2)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (2)
32
_emSize
= emSize;
42
_emSize
= emSize;
3 references to _emSize
PresentationCore (3)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (3)
246
if (
_emSize
> CutOffEmSize)
260
double scaled = (value /
_emSize
) * ToThousandthOfEm;
278
return ((double)thousandthOfEm) * ToReal *
_emSize
;