2 writes to root
System.Data (2)
cdf\src\NetFx40\Tools\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.Data (6)
cdf\src\NetFx40\Tools\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);