2 writes to _textRunLength
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
211_textRunLength = textRunLength; 307set { _textRunLength = value; }
2 references to _textRunLength
PresentationCore (2)
MS\Internal\TextFormatting\TextProperties.cs (2)
306get { return _textRunLength; } 388return (int)Math.Round(properties.FontRenderingEmSize * 0.75 * _textRunLength * realToIdeal);