2 writes to MetricDescriptorTableIndex
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2668_strokeLookupTable[stroke].MetricDescriptorTableIndex = (uint)tmp; 2676_strokeLookupTable[stroke].MetricDescriptorTableIndex = (uint)(_metricTable.Count - 1);
3 references to MetricDescriptorTableIndex
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1969if (uCurrMetricDescriptorTableIndex != _strokeLookupTable[s].MetricDescriptorTableIndex) 1973cumulativeEncodedSize += SerializationHelper.Encode(localStream, _strokeLookupTable[s].MetricDescriptorTableIndex); 1974uCurrMetricDescriptorTableIndex = _strokeLookupTable[s].MetricDescriptorTableIndex;