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)
275if (_emSize > CutOffEmSize) 289double scaled = (value / _emSize) * ToThousandthOfEm; 307return ((double)thousandthOfEm) * ToReal * _emSize;