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