2 instantiations of MetricEntry
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1112MetricEntry entry = new MetricEntry
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
463MetricEntry entry = new MetricEntry();
20 references to MetricEntry
PresentationCore (20)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (7)
1112MetricEntry entry = new MetricEntry 1460if (MetricEntry.MetricEntry_Optional[dw].Tag == tag) 1462minimum = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Minimum; 1463maximum = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Maximum; 1464resolution = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Resolution; 1465unit = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Unit; 1486MetricEntry entry = block.GetMetricEntryList();
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (13)
52private MetricEntry _next; 165public bool Compare(MetricEntry metricEntry) 182public MetricEntry Next 205public void Add(MetricEntry next) 212MetricEntry prev = _next; 395private MetricEntry _Entry; 410public MetricEntry GetMetricEntryList() 440public void AddMetricEntry(MetricEntry newEntry) 463MetricEntry entry = new MetricEntry(); 472MetricEntry start = _Entry; 510MetricEntry entry = _Entry; 553MetricEntry outside, inside; 572MetricEntry temp = inside;