3 writes to _height
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (1)
760
line._metrics.
_height
= _metrics._height;
MS\Internal\TextFormatting\TextMetrics.cs (2)
204
_height
= pap.LineHeight;
241
_height
= _textHeight;
16 references to _height
PresentationCore (16)
MS\Internal\TextFormatting\FullTextLine.cs (11)
559
_metrics._formatter.IdealToReal(_metrics.
_height
, PixelsPerDip)
599
LSRECT rect = new LSRECT(0, 0, _metrics._textWidthAtTrailing, _metrics.
_height
);
758
Debug.Assert(_metrics.
_height
> 0);
760
line._metrics._height = _metrics.
_height
;
1636
_metrics.
_height
1716
_metrics.
_height
1764
new LSPOINT(u, _metrics.
_height
),
1812
_metrics.
_height
1840
_metrics.
_height
1890
_metrics.
_height
1911
_metrics.
_height
MS\Internal\TextFormatting\TextMetrics.cs (5)
197
if (
_height
<= 0)
206
_height
229
_height
,
239
if (
_height
<= 0)
400
get { return _formatter.IdealToReal(
_height
, _pixelsPerDip); }