2 overrides of OverhangAfter
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2434
public override double
OverhangAfter
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1185
public override double
OverhangAfter
3 references to OverhangAfter
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
1816
double blackBoxBottom = origin.Y + currentLine.Height + currentLine.
OverhangAfter
;
1824
metrics.OverhangAfter = currentLine.
OverhangAfter
;
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
113
dvrSuppressible = Math.Max(0, TextDpi.ToTextDpi(_line.
OverhangAfter
));