2 instantiations of MetricEntry
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1137MetricEntry entry = new MetricEntry();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
462MetricEntry entry = new MetricEntry();
20 references to MetricEntry
PresentationCore (20)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (7)
1137MetricEntry entry = new MetricEntry(); 1490if (MetricEntry.MetricEntry_Optional[dw].Tag == tag) 1492minimum = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Minimum; 1493maximum = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Maximum; 1494resolution = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Resolution; 1495unit = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Unit; 1516MetricEntry entry = block.GetMetricEntryList();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (13)
50private MetricEntry _next; 164public bool Compare(MetricEntry metricEntry) 181public MetricEntry Next 204public void Add(MetricEntry next) 211MetricEntry prev = _next; 394private MetricEntry _Entry; 409public MetricEntry GetMetricEntryList() 439public void AddMetricEntry(MetricEntry newEntry) 462MetricEntry entry = new MetricEntry(); 471MetricEntry start = _Entry; 509MetricEntry entry = _Entry; 552MetricEntry outside, inside; 571MetricEntry temp = inside;