1 write to bottomRight
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
369toInsert.bottomRight = new Quadrant(toInsert, bottomRight);
6 references to bottomRight
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (6)
367if (toInsert.bottomRight == null) 371child = toInsert.bottomRight; 434if (bottomRight.IntersectsWith(bounds) && this.bottomRight != null) 436this.bottomRight.GetIntersectingNodes(nodes, bounds); 502if (!found && bottomRight.IntersectsWith(bounds) && this.bottomRight != null) 504found = this.bottomRight.HasIntersectingNodes(bounds);