8 references to GetMetricEntryList
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1501MetricEntry entry = block.GetMetricEntryList();
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (7)
543if (null == GetMetricEntryList()) 544return (metricColl.GetMetricEntryList() == null); 546if (null == metricColl.GetMetricEntryList()) 558outside = metricColl.GetMetricEntryList(); 559inside = GetMetricEntryList(); 563inside = metricColl.GetMetricEntryList(); 564outside = GetMetricEntryList();