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