2 writes to _textRunLength
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
219_textRunLength = textRunLength; 315set { _textRunLength = value; }
2 references to _textRunLength
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
314get { return _textRunLength; } 396return (int)Math.Round(properties.FontRenderingEmSize * 0.75 * _textRunLength * realToIdeal);