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