2 writes to DrawingAttributesTableIndex
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2715
_strokeLookupTable[stroke].
DrawingAttributesTableIndex
= (uint)i;
2723
_strokeLookupTable[stroke].
DrawingAttributesTableIndex
= (uint)_drawingAttributesTable.Count - 1;
3 references to DrawingAttributesTableIndex
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1941
if (currentDrawingAttributesTableIndex != _strokeLookupTable[s].
DrawingAttributesTableIndex
)
1945
cumulativeEncodedSize += SerializationHelper.Encode(localStream, _strokeLookupTable[s].
DrawingAttributesTableIndex
);
1946
currentDrawingAttributesTableIndex = _strokeLookupTable[s].
DrawingAttributesTableIndex
;