15 references to _overhang
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (15)
2352
return
_overhang
.Extent;
2365
return
_overhang
.Leading;
2378
return
_overhang
.Trailing;
2391
return
_overhang
.Extent - Height -
_overhang
.Before;
2629
_overhang
.Leading =
_overhang
.Trailing = 0;
2630
_overhang
.Before = 0;
2631
_overhang
.Extent = 0;
2645
_overhang
.Leading = paragraphWidth - Start - boundingBox.Right;
2646
_overhang
.Trailing = boundingBox.Left - (paragraphWidth - Start - Width);
2650
_overhang
.Leading = boundingBox.Left - Start;
2651
_overhang
.Trailing = Start + Width - boundingBox.Right;
2654
_overhang
.Extent = boundingBox.Bottom - boundingBox.Top;
2655
_overhang
.Before = -boundingBox.Top;