1 write to topLeft
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
345
toInsert.
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)
343
if (toInsert.
topLeft
== null)
347
child = toInsert.
topLeft
;
419
if (topLeft.IntersectsWith(bounds) && this.
topLeft
!= null)
421
this.
topLeft
.GetIntersectingNodes(nodes, bounds);
487
if (topLeft.IntersectsWith(bounds) && this.
topLeft
!= null)
489
found = this.
topLeft
.HasIntersectingNodes(bounds);