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