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