2 writes to DrawingAttributesTableIndex
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2654_strokeLookupTable[stroke].DrawingAttributesTableIndex = (uint)i; 2662_strokeLookupTable[stroke].DrawingAttributesTableIndex = (uint)_drawingAttributesTable.Count - 1;
3 references to DrawingAttributesTableIndex
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1900if (currentDrawingAttributesTableIndex != _strokeLookupTable[s].DrawingAttributesTableIndex) 1904cumulativeEncodedSize += SerializationHelper.Encode(localStream, _strokeLookupTable[s].DrawingAttributesTableIndex); 1905currentDrawingAttributesTableIndex = _strokeLookupTable[s].DrawingAttributesTableIndex;