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