1 instantiation of CachedMetrics
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1719
CachedMetrics metrics = new
CachedMetrics
();
5 references to CachedMetrics
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
1385
private
CachedMetrics
Metrics
1410
private
CachedMetrics
BlackBoxMetrics
1705
private
CachedMetrics
DrawAndCalculateMetrics(DrawingContext dc, Point drawingOffset, bool getBlackBoxMetrics)
1719
CachedMetrics
metrics = new CachedMetrics();
2002
private
CachedMetrics
_metrics;