2 instantiations of MetricEntry
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1123MetricEntry entry = new MetricEntry();
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
465MetricEntry entry = new MetricEntry();
20 references to MetricEntry
PresentationCore (20)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (7)
1123MetricEntry entry = new MetricEntry(); 1475if (MetricEntry.MetricEntry_Optional[dw].Tag == tag) 1477minimum = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Minimum; 1478maximum = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Maximum; 1479resolution = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Resolution; 1480unit = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Unit; 1501MetricEntry entry = block.GetMetricEntryList();
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (13)
54private MetricEntry _next; 167public bool Compare(MetricEntry metricEntry) 184public MetricEntry Next 207public void Add(MetricEntry next) 214MetricEntry prev = _next; 397private MetricEntry _Entry; 412public MetricEntry GetMetricEntryList() 442public void AddMetricEntry(MetricEntry newEntry) 465MetricEntry entry = new MetricEntry(); 474MetricEntry start = _Entry; 512MetricEntry entry = _Entry; 555MetricEntry outside, inside; 574MetricEntry temp = inside;