Base:
property
Height
System.Windows.Media.TextFormatting.TextLine.Height
3 references to Height
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
1495
new Rect(0, 0, 0,
Height
),
1511
new Rect(Start + Width - _collapsingSymbol.Width, 0, _collapsingSymbol.Width,
Height
),
2439
return _overhang.Extent -
Height
- _overhang.Before;