3 writes to _height
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
322_height = formatter.IdealToReal(TextFormatterImp.RealToIdeal(realHeight), PixelsPerDip); 326_height = formatter.IdealToReal(TextFormatterImp.RealToIdeal(realAscent) + TextFormatterImp.RealToIdeal(realDescent), PixelsPerDip); 335_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)
329if(_height <= 0) 495_height 884_height 1075get { return _height; } 1086get { return _height; }