8 references to GetMetricEntryList
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1488MetricEntry entry = block.GetMetricEntryList();
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (7)
541if (null == GetMetricEntryList()) 542return (metricColl.GetMetricEntryList() == null); 544if (null == metricColl.GetMetricEntryList()) 556outside = metricColl.GetMetricEntryList(); 557inside = GetMetricEntryList(); 561inside = metricColl.GetMetricEntryList(); 562outside = GetMetricEntryList();