2 overrides of OverhangTrailing
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2360
public override double
OverhangTrailing
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1149
public override double
OverhangTrailing
1 reference to OverhangTrailing
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1764
double blackBoxRight = origin.X + currentLine.Start + currentLine.Width - currentLine.
OverhangTrailing
;