3 writes to _lineHeight
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (3)
255
_lineHeight
= lineHeight;
268
_lineHeight
= textParagraphProperties.LineHeight;
383
_lineHeight
= lineHeight;
1 reference to _lineHeight
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
301
get { return
_lineHeight
; }