2 writes to root
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (2)
62this.root = new Quadrant(null, this.bounds); 143this.root = null;
6 references to root
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (6)
60if (this.root == null) 65Quadrant parent = this.root.Insert(node, bounds); 96if (this.root == null) 100return this.root.HasIntersectingNodes(bounds); 111if (this.root != null) 113this.root.GetIntersectingNodes(result, bounds);