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