3 writes to _height
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (1)
745
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)
544
_metrics._formatter.IdealToReal(_metrics.
_height
, PixelsPerDip)
584
LSRECT rect = new LSRECT(0, 0, _metrics._textWidthAtTrailing, _metrics.
_height
);
743
Debug.Assert(_metrics.
_height
> 0);
745
line._metrics._height = _metrics.
_height
;
1621
_metrics.
_height
1701
_metrics.
_height
1749
new LSPOINT(u, _metrics.
_height
),
1797
_metrics.
_height
1825
_metrics.
_height
1875
_metrics.
_height
1896
_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); }