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