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