1 write to _overlapping
ReachFramework (1)
AlphaFlattener\PrimitiveRenderer.cs (1)
176set { _overlapping = value; }
7 references to _overlapping
ReachFramework (7)
AlphaFlattener\PrimitiveRenderer.cs (7)
63if ((_overlapping != null) && FindIntersection(gp.WidenGeometry, ref start, out topPI, out topBounds, out inter)) 114if ((_overlapping != null) && FindIntersection(new RectangleGeometry(bounds), ref start, out topPI, out topBounds, out inter)) 319if (_overlapping == null) 329for (int s = start; s < _overlapping.Count; s++) 331PrimitiveInfo pi = _commands[_overlapping[s]] as PrimitiveInfo; 347while (start < _overlapping.Count) 349topPI = _commands[_overlapping[start]] as PrimitiveInfo;