1 instantiation of CachedMetrics
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1739CachedMetrics metrics = new CachedMetrics();
5 references to CachedMetrics
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
1405private CachedMetrics Metrics 1430private CachedMetrics BlackBoxMetrics 1725private CachedMetrics DrawAndCalculateMetrics(DrawingContext dc, Point drawingOffset, bool getBlackBoxMetrics) 1739CachedMetrics metrics = new CachedMetrics(); 2018private CachedMetrics _metrics;