15 references to _overhang
PresentationCore (15)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (15)
2400
return
_overhang
.Extent;
2413
return
_overhang
.Leading;
2426
return
_overhang
.Trailing;
2439
return
_overhang
.Extent - Height -
_overhang
.Before;
2690
_overhang
.Leading =
_overhang
.Trailing = 0;
2691
_overhang
.Before = 0;
2692
_overhang
.Extent = 0;
2706
_overhang
.Leading = paragraphWidth - Start - boundingBox.Right;
2707
_overhang
.Trailing = boundingBox.Left - (paragraphWidth - Start - Width);
2711
_overhang
.Leading = boundingBox.Left - Start;
2712
_overhang
.Trailing = Start + Width - boundingBox.Right;
2715
_overhang
.Extent = boundingBox.Bottom - boundingBox.Top;
2716
_overhang
.Before = -boundingBox.Top;