1 write to _lineHeight
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
127_lineHeight = (double)element.GetValue(Block.LineHeightProperty);
9 references to _lineHeight
PresentationFramework (9)
MS\Internal\Text\LineProperties.cs (9)
55if (LineStackingStrategy == LineStackingStrategy.BlockLineHeight && !Double.IsNaN(_lineHeight)) 57return _lineHeight; 163if (!double.IsNaN(_lineHeight)) 168lineAdvance = _lineHeight; 179lineAdvance = _lineHeight; 183lineAdvance = Math.Max(lineAdvance, _lineHeight); 205if (!double.IsNaN(_lineHeight)) 210lineAdvance = _lineHeight; 215lineAdvance = Math.Max(lineAdvance, _lineHeight);