3 writes to _lineHeight
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
252
_lineHeight
= lineHeight;
265
_lineHeight
= textParagraphProperties.LineHeight;
380
_lineHeight
= lineHeight;
1 reference to _lineHeight
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
298
get { return
_lineHeight
; }