15 references to _overhang
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (15)
2352return _overhang.Extent; 2365return _overhang.Leading; 2378return _overhang.Trailing; 2391return _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;