3 writes to _lineHeight
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
254_lineHeight = lineHeight; 267_lineHeight = textParagraphProperties.LineHeight; 382_lineHeight = lineHeight;
1 reference to _lineHeight
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
300get { return _lineHeight; }