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