1 write to bottomLeft
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
361toInsert.bottomLeft = new Quadrant(toInsert, bottomLeft);
6 references to bottomLeft
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (6)
359if (toInsert.bottomLeft == null) 363child = toInsert.bottomLeft; 429if (bottomLeft.IntersectsWith(bounds) && this.bottomLeft != null) 431this.bottomLeft.GetIntersectingNodes(nodes, bounds); 497if (!found && bottomLeft.IntersectsWith(bounds) && this.bottomLeft != null) 499found = this.bottomLeft.HasIntersectingNodes(bounds);