1 write to _overlapping
ReachFramework (1)
AlphaFlattener\PrimitiveRenderer.cs (1)
181set { _overlapping = value; }
7 references to _overlapping
ReachFramework (7)
AlphaFlattener\PrimitiveRenderer.cs (7)
68if ((_overlapping != null) && FindIntersection(gp.WidenGeometry, ref start, out topPI, out topBounds, out inter)) 119if ((_overlapping != null) && FindIntersection(new RectangleGeometry(bounds), ref start, out topPI, out topBounds, out inter)) 324if (_overlapping == null) 334for (int s = start; s < _overlapping.Count; s++) 336PrimitiveInfo pi = _commands[_overlapping[s]] as PrimitiveInfo; 352while (start < _overlapping.Count) 354topPI = _commands[_overlapping[start]] as PrimitiveInfo;