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)
55
if (LineStackingStrategy == LineStackingStrategy.BlockLineHeight && !Double.IsNaN(
_lineHeight
))
57
return
_lineHeight
;
163
if (!double.IsNaN(
_lineHeight
))
168
lineAdvance =
_lineHeight
;
179
lineAdvance =
_lineHeight
;
183
lineAdvance = Math.Max(lineAdvance,
_lineHeight
);
205
if (!double.IsNaN(
_lineHeight
))
210
lineAdvance =
_lineHeight
;
215
lineAdvance = Math.Max(lineAdvance,
_lineHeight
);