2 writes to Extent
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2692_overhang.Extent = 0; 2715_overhang.Extent = boundingBox.Bottom - boundingBox.Top;
2 references to Extent
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2400return _overhang.Extent; 2439return _overhang.Extent - Height - _overhang.Before;