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