1 write to topRight
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
353toInsert.topRight = new Quadrant(toInsert, topRight);
6 references to topRight
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (6)
351if (toInsert.topRight == null) 355child = toInsert.topRight; 424if (topRight.IntersectsWith(bounds) && this.topRight != null) 426this.topRight.GetIntersectingNodes(nodes, bounds); 492if (!found && topRight.IntersectsWith(bounds) && this.topRight != null) 494found = this.topRight.HasIntersectingNodes(bounds);