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)
54
if (LineStackingStrategy == LineStackingStrategy.BlockLineHeight && !Double.IsNaN(
_lineHeight
))
56
return
_lineHeight
;
162
if (!double.IsNaN(
_lineHeight
))
167
lineAdvance =
_lineHeight
;
178
lineAdvance =
_lineHeight
;
182
lineAdvance = Math.Max(lineAdvance,
_lineHeight
);
204
if (!double.IsNaN(
_lineHeight
))
209
lineAdvance =
_lineHeight
;
214
lineAdvance = Math.Max(lineAdvance,
_lineHeight
);