1 write to _lineHeight
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
126_lineHeight = (double)element.GetValue(Block.LineHeightProperty);
9 references to _lineHeight
PresentationFramework (9)
MS\Internal\Text\LineProperties.cs (9)
54if (LineStackingStrategy == LineStackingStrategy.BlockLineHeight && !Double.IsNaN(_lineHeight)) 56return _lineHeight; 162if (!double.IsNaN(_lineHeight)) 167lineAdvance = _lineHeight; 178lineAdvance = _lineHeight; 182lineAdvance = Math.Max(lineAdvance, _lineHeight); 204if (!double.IsNaN(_lineHeight)) 209lineAdvance = _lineHeight; 214lineAdvance = Math.Max(lineAdvance, _lineHeight);