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