1 write to _lineHeight
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
134
_lineHeight
= (double)element.GetValue(Block.LineHeightProperty);
9 references to _lineHeight
PresentationFramework (9)
src\Framework\MS\Internal\Text\LineProperties.cs (9)
62
if (LineStackingStrategy == LineStackingStrategy.BlockLineHeight && !Double.IsNaN(
_lineHeight
))
64
return
_lineHeight
;
170
if (!DoubleUtil.IsNaN(
_lineHeight
))
175
lineAdvance =
_lineHeight
;
186
lineAdvance =
_lineHeight
;
190
lineAdvance = Math.Max(lineAdvance,
_lineHeight
);
212
if (!DoubleUtil.IsNaN(
_lineHeight
))
217
lineAdvance =
_lineHeight
;
222
lineAdvance = Math.Max(lineAdvance,
_lineHeight
);