1 write to topLeft
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
345toInsert.topLeft = new Quadrant(toInsert, topLeft);
6 references to topLeft
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (6)
343if (toInsert.topLeft == null) 347child = toInsert.topLeft; 419if (topLeft.IntersectsWith(bounds) && this.topLeft != null) 421this.topLeft.GetIntersectingNodes(nodes, bounds); 487if (topLeft.IntersectsWith(bounds) && this.topLeft != null) 489found = this.topLeft.HasIntersectingNodes(bounds);