8 references to GetMetricEntryList
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1516MetricEntry entry = block.GetMetricEntryList();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (7)
540if (null == GetMetricEntryList()) 541return (metricColl.GetMetricEntryList() == null); 543if (null == metricColl.GetMetricEntryList()) 555outside = metricColl.GetMetricEntryList(); 556inside = GetMetricEntryList(); 560inside = metricColl.GetMetricEntryList(); 561outside = GetMetricEntryList();