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