1 write to _overlapping
ReachFramework (1)
AlphaFlattener\PrimitiveRenderer.cs (1)
177set { _overlapping = value; }
7 references to _overlapping
ReachFramework (7)
AlphaFlattener\PrimitiveRenderer.cs (7)
64if ((_overlapping != null) && FindIntersection(gp.WidenGeometry, ref start, out topPI, out topBounds, out inter)) 115if ((_overlapping != null) && FindIntersection(new RectangleGeometry(bounds), ref start, out topPI, out topBounds, out inter)) 320if (_overlapping == null) 330for (int s = start; s < _overlapping.Count; s++) 332PrimitiveInfo pi = _commands[_overlapping[s]] as PrimitiveInfo; 348while (start < _overlapping.Count) 350topPI = _commands[_overlapping[start]] as PrimitiveInfo;