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)
59
if (LineStackingStrategy == LineStackingStrategy.BlockLineHeight && !Double.IsNaN(
_lineHeight
))
61
return
_lineHeight
;
167
if (!double.IsNaN(
_lineHeight
))
172
lineAdvance =
_lineHeight
;
183
lineAdvance =
_lineHeight
;
187
lineAdvance = Math.Max(lineAdvance,
_lineHeight
);
209
if (!double.IsNaN(
_lineHeight
))
214
lineAdvance =
_lineHeight
;
219
lineAdvance = Math.Max(lineAdvance,
_lineHeight
);