2 writes to Extent
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
1844metrics.Extent = accBlackBoxBottom - accBlackBoxTop; 1851metrics.Extent = double.NaN;
3 references to Extent
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
1466if (_metrics == null || double.IsNaN(_metrics.Extent)) 1499return BlackBoxMetrics.Extent; 1732if (_metrics != null && !double.IsNaN(_metrics.Extent))