1 write to bottomLeft
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
361
toInsert.
bottomLeft
= new Quadrant(toInsert, bottomLeft);
6 references to bottomLeft
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (6)
359
if (toInsert.
bottomLeft
== null)
363
child = toInsert.
bottomLeft
;
429
if (bottomLeft.IntersectsWith(bounds) && this.
bottomLeft
!= null)
431
this.
bottomLeft
.GetIntersectingNodes(nodes, bounds);
497
if (!found && bottomLeft.IntersectsWith(bounds) && this.
bottomLeft
!= null)
499
found = this.
bottomLeft
.HasIntersectingNodes(bounds);