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