15 references to _overhang
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (15)
2339
return
_overhang
.Extent;
2352
return
_overhang
.Leading;
2365
return
_overhang
.Trailing;
2378
return
_overhang
.Extent - Height -
_overhang
.Before;
2616
_overhang
.Leading =
_overhang
.Trailing = 0;
2617
_overhang
.Before = 0;
2618
_overhang
.Extent = 0;
2632
_overhang
.Leading = paragraphWidth - Start - boundingBox.Right;
2633
_overhang
.Trailing = boundingBox.Left - (paragraphWidth - Start - Width);
2637
_overhang
.Leading = boundingBox.Left - Start;
2638
_overhang
.Trailing = Start + Width - boundingBox.Right;
2641
_overhang
.Extent = boundingBox.Bottom - boundingBox.Top;
2642
_overhang
.Before = -boundingBox.Top;