1 instantiation of CachedMetrics
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1772CachedMetrics metrics = new CachedMetrics();
5 references to CachedMetrics
PresentationCore (5)
Core\CSharp\System\Windows\Media\FormattedText.cs (5)
1437private CachedMetrics Metrics 1462private CachedMetrics BlackBoxMetrics 1758private CachedMetrics DrawAndCalculateMetrics(DrawingContext dc, Point drawingOffset, bool getBlackBoxMetrics) 1772CachedMetrics metrics = new CachedMetrics(); 2051private CachedMetrics _metrics;