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)
329
if(
_height
<= 0)
495
_height
884
_height
1075
get { return
_height
; }
1086
get { return
_height
; }