3 writes to _lineHeight
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
251
_lineHeight
= lineHeight;
264
_lineHeight
= textParagraphProperties.LineHeight;
379
_lineHeight
= lineHeight;
1 reference to _lineHeight
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
297
get { return
_lineHeight
; }