15 references to _overhang
PresentationCore (15)
MS\Internal\TextFormatting\FullTextLine.cs (15)
2338return _overhang.Extent; 2351return _overhang.Leading; 2364return _overhang.Trailing; 2377return _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;