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); 627if (_metricTable.Count <= metricDescriptorTableIndex) 631metricBlock = _metricTable[(int)metricDescriptorTableIndex]; 1057_metricTable.Clear(); 1087_metricTable.Add(newblock); 2326if (0 == _metricTable.Count) 2329for (int i = 0; i < _metricTable.Count; i++) 2330cSize += _metricTable[i].Size; 2343else if (1 == _metricTable.Count) 2353for (int i = 0; i < _metricTable.Count; i++) 2355block = _metricTable[i]; 2619_metricTable.Clear(); 2653for (int tmp = 0; tmp < _metricTable.Count; tmp++) 2655MetricBlock block = _metricTable[tmp]; 2664_metricTable[tmp] = metricBlock; 2675_metricTable.Add(metricBlock); 2676_strokeLookupTable[stroke].MetricDescriptorTableIndex = (uint)(_metricTable.Count - 1);