3 writes to nodes
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (3)
392
toInsert.
nodes
= n;
558
this.
nodes
= null;
562
if (this.nodes == n) this.
nodes
= p;
8 references to nodes
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (8)
381
if (toInsert.
nodes
== null)
388
QuadNode x = toInsert.
nodes
;
439
GetIntersectingNodes(this.
nodes
, nodes, bounds);
508
found = HasIntersectingNodes(this.
nodes
, bounds);
544
if (this.
nodes
!= null)
546
QuadNode p = this.
nodes
;
547
while (p.Next.Node != node && p.Next != this.
nodes
)
562
if (this.
nodes
== n) this.nodes = p;