3 writes to _height
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (1)
747
line._metrics.
_height
= _metrics._height;
MS\Internal\TextFormatting\TextMetrics.cs (2)
189
_height
= pap.LineHeight;
226
_height
= _textHeight;
16 references to _height
PresentationCore (16)
MS\Internal\TextFormatting\FullTextLine.cs (11)
546
_metrics._formatter.IdealToReal(_metrics.
_height
, PixelsPerDip)
586
LSRECT rect = new LSRECT(0, 0, _metrics._textWidthAtTrailing, _metrics.
_height
);
745
Debug.Assert(_metrics.
_height
> 0);
747
line._metrics._height = _metrics.
_height
;
1623
_metrics.
_height
1703
_metrics.
_height
1751
new LSPOINT(u, _metrics.
_height
),
1799
_metrics.
_height
1827
_metrics.
_height
1877
_metrics.
_height
1898
_metrics.
_height
MS\Internal\TextFormatting\TextMetrics.cs (5)
182
if (
_height
<= 0)
191
_height
214
_height
,
224
if (
_height
<= 0)
385
get { return _formatter.IdealToReal(
_height
, _pixelsPerDip); }