3 writes to _height
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
313_height = formatter.IdealToReal(TextFormatterImp.RealToIdeal(realHeight), PixelsPerDip); 317_height = formatter.IdealToReal(TextFormatterImp.RealToIdeal(realAscent) + TextFormatterImp.RealToIdeal(realDescent), PixelsPerDip); 326_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)
320if(_height <= 0) 486_height 875_height 1066get { return _height; } 1077get { return _height; }