1 write to _lineHeight
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
131_lineHeight = (double)element.GetValue(Block.LineHeightProperty);
9 references to _lineHeight
PresentationFramework (9)
MS\Internal\Text\LineProperties.cs (9)
59if (LineStackingStrategy == LineStackingStrategy.BlockLineHeight && !Double.IsNaN(_lineHeight)) 61return _lineHeight; 167if (!double.IsNaN(_lineHeight)) 172lineAdvance = _lineHeight; 183lineAdvance = _lineHeight; 187lineAdvance = Math.Max(lineAdvance, _lineHeight); 209if (!double.IsNaN(_lineHeight)) 214lineAdvance = _lineHeight; 219lineAdvance = Math.Max(lineAdvance, _lineHeight);