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