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