3 writes to _height
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (3)
326
_height
= formatter.IdealToReal(TextFormatterImp.RealToIdeal(realHeight), PixelsPerDip);
330
_height
= formatter.IdealToReal(TextFormatterImp.RealToIdeal(realAscent) + TextFormatterImp.RealToIdeal(realDescent), PixelsPerDip);
339
_height
= formatter.IdealToReal((int)Math.Round(pap.DefaultTypeface.LineSpacing(pap.EmSize, Constants.DefaultIdealToReal, PixelsPerDip, _settings.TextFormattingMode)), PixelsPerDip);
5 references to _height
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (5)
333
if(
_height
<= 0)
502
_height
894
_height
1089
get { return
_height
; }
1100
get { return
_height
; }