3 writes to _height
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
312
_height
= formatter.IdealToReal(TextFormatterImp.RealToIdeal(realHeight), PixelsPerDip);
316
_height
= formatter.IdealToReal(TextFormatterImp.RealToIdeal(realAscent) + TextFormatterImp.RealToIdeal(realDescent), PixelsPerDip);
325
_height
= formatter.IdealToReal((int)Math.Round(pap.DefaultTypeface.LineSpacing(pap.EmSize, Constants.DefaultIdealToReal, PixelsPerDip, _settings.TextFormattingMode)), PixelsPerDip);
5 references to _height
PresentationCore (5)
MS\Internal\TextFormatting\SimpleTextLine.cs (5)
319
if(
_height
<= 0)
485
_height
868
_height
1059
get { return
_height
; }
1070
get { return
_height
; }