3 writes to id
ReachFramework (3)
AlphaFlattener\Primitive.cs (1)
2166id = i.ToString(CultureInfo.InvariantCulture);
AlphaFlattener\PrimitiveRenderer.cs (2)
282topPI.id = Oper(topPI.id, '-', Oper(desp, '.', "bounds")); 540topPI.id = Oper(topPI.id, '-', Oper(desp, '*', Oper(desp, '.', "c")));
10 references to id
ReachFramework (10)
AlphaFlattener\Flattener.cs (1)
397desp = info.id;
AlphaFlattener\PrimitiveRenderer.cs (9)
273RenderImage(image, dest, diff, true, start + 1, trans, Oper(desp, '-', topPI.id)); 282topPI.id = Oper(topPI.id, '-', Oper(desp, '.', "bounds")); 289RenderImage(imageBlend, dest, inter, true, start + 1, trans, Oper(desp, '*', topPI.id)); 430FillGeometry(diff, Oper(desp, '-', topPI.id), null, null, start + 1); 443FillGeometry(diff, Oper(desp, '-', topPI.id), curAlt, despAlt, start + 1); 451FillGeometry(diff, Oper(desp, '-', topPI.id), cur, desp, start + 1); 496RenderImage(image, drawBounds, clip, true, start + 1, ip.Transform, Oper(desp, '*', topPI.id)); 520FillGeometry(inter, Oper(desp, '*', topPI.id), null, null, start + 1); 540topPI.id = Oper(topPI.id, '-', Oper(desp, '*', Oper(desp, '.', "c")));