15 references to _overhang
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (15)
2338
return
_overhang
.Extent;
2351
return
_overhang
.Leading;
2364
return
_overhang
.Trailing;
2377
return
_overhang
.Extent - Height -
_overhang
.Before;
2615
_overhang
.Leading =
_overhang
.Trailing = 0;
2616
_overhang
.Before = 0;
2617
_overhang
.Extent = 0;
2631
_overhang
.Leading = paragraphWidth - Start - boundingBox.Right;
2632
_overhang
.Trailing = boundingBox.Left - (paragraphWidth - Start - Width);
2636
_overhang
.Leading = boundingBox.Left - Start;
2637
_overhang
.Trailing = Start + Width - boundingBox.Right;
2640
_overhang
.Extent = boundingBox.Bottom - boundingBox.Top;
2641
_overhang
.Before = -boundingBox.Top;