2 overrides of OverhangAfter
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2373
public override double
OverhangAfter
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1162
public override double
OverhangAfter
3 references to OverhangAfter
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
1765
double blackBoxBottom = origin.Y + currentLine.Height + currentLine.
OverhangAfter
;
1773
metrics.OverhangAfter = currentLine.
OverhangAfter
;
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
96
dvrSuppressible = Math.Max(0, TextDpi.ToTextDpi(_line.
OverhangAfter
));