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