2 writes to _metricTable
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
343
_metricTable
= new System.Collections.Generic.List<MetricBlock>();
1733
_metricTable
= new List<MetricBlock>();
18 references to _metricTable
PresentationCore (18)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (18)
477
_metricTable
.Clear();
478
_metricTable
.Add(blk);
627
if (
_metricTable
.Count <= metricDescriptorTableIndex)
631
metricBlock =
_metricTable
[(int)metricDescriptorTableIndex];
1057
_metricTable
.Clear();
1087
_metricTable
.Add(newblock);
2326
if (0 ==
_metricTable
.Count)
2329
for (int i = 0; i <
_metricTable
.Count; i++)
2330
cSize +=
_metricTable
[i].Size;
2343
else if (1 ==
_metricTable
.Count)
2353
for (int i = 0; i <
_metricTable
.Count; i++)
2355
block =
_metricTable
[i];
2619
_metricTable
.Clear();
2653
for (int tmp = 0; tmp <
_metricTable
.Count; tmp++)
2655
MetricBlock block =
_metricTable
[tmp];
2664
_metricTable
[tmp] = metricBlock;
2675
_metricTable
.Add(metricBlock);
2676
_strokeLookupTable[stroke].MetricDescriptorTableIndex = (uint)(
_metricTable
.Count - 1);