3 writes to Trailing
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
2690
_overhang.Leading = _overhang.
Trailing
= 0;
2707
_overhang.
Trailing
= boundingBox.Left - (paragraphWidth - Start - Width);
2712
_overhang.
Trailing
= Start + Width - boundingBox.Right;
1 reference to Trailing
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2426
return _overhang.
Trailing
;