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)
319if(_height <= 0) 485_height 868_height 1059get { return _height; } 1070get { return _height; }