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