2 overrides of Extent
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2395
public override double
Extent
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1107
public override double
Extent
1 reference to Extent
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1817
double blackBoxTop = blackBoxBottom - currentLine.
Extent
;