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