2 writes to Extent
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2631_overhang.Extent = 0; 2654_overhang.Extent = boundingBox.Bottom - boundingBox.Top;
2 references to Extent
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2352return _overhang.Extent; 2391return _overhang.Extent - Height - _overhang.Before;