1 write to _lineHeight
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
134_lineHeight = (double)element.GetValue(Block.LineHeightProperty);
9 references to _lineHeight
PresentationFramework (9)
src\Framework\MS\Internal\Text\LineProperties.cs (9)
62if (LineStackingStrategy == LineStackingStrategy.BlockLineHeight && !Double.IsNaN(_lineHeight)) 64return _lineHeight; 170if (!DoubleUtil.IsNaN(_lineHeight)) 175lineAdvance = _lineHeight; 186lineAdvance = _lineHeight; 190lineAdvance = Math.Max(lineAdvance, _lineHeight); 212if (!DoubleUtil.IsNaN(_lineHeight)) 217lineAdvance = _lineHeight; 222lineAdvance = Math.Max(lineAdvance, _lineHeight);