1 write to bottomRight
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
369
toInsert.
bottomRight
= new Quadrant(toInsert, bottomRight);
6 references to bottomRight
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (6)
367
if (toInsert.
bottomRight
== null)
371
child = toInsert.
bottomRight
;
434
if (bottomRight.IntersectsWith(bounds) && this.
bottomRight
!= null)
436
this.
bottomRight
.GetIntersectingNodes(nodes, bounds);
502
if (!found && bottomRight.IntersectsWith(bounds) && this.
bottomRight
!= null)
504
found = this.
bottomRight
.HasIntersectingNodes(bounds);