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