3 writes to _height
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (1)
746
line._metrics.
_height
= _metrics._height;
MS\Internal\TextFormatting\TextMetrics.cs (2)
188
_height
= pap.LineHeight;
225
_height
= _textHeight;
16 references to _height
PresentationCore (16)
MS\Internal\TextFormatting\FullTextLine.cs (11)
545
_metrics._formatter.IdealToReal(_metrics.
_height
, PixelsPerDip)
585
LSRECT rect = new LSRECT(0, 0, _metrics._textWidthAtTrailing, _metrics.
_height
);
744
Debug.Assert(_metrics.
_height
> 0);
746
line._metrics._height = _metrics.
_height
;
1622
_metrics.
_height
1702
_metrics.
_height
1750
new LSPOINT(u, _metrics.
_height
),
1798
_metrics.
_height
1826
_metrics.
_height
1876
_metrics.
_height
1897
_metrics.
_height
MS\Internal\TextFormatting\TextMetrics.cs (5)
181
if (
_height
<= 0)
190
_height
213
_height
,
223
if (
_height
<= 0)
384
get { return _formatter.IdealToReal(
_height
, _pixelsPerDip); }