1 write to topRight
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
353
toInsert.
topRight
= new Quadrant(toInsert, topRight);
6 references to topRight
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (6)
351
if (toInsert.
topRight
== null)
355
child = toInsert.
topRight
;
424
if (topRight.IntersectsWith(bounds) && this.
topRight
!= null)
426
this.
topRight
.GetIntersectingNodes(nodes, bounds);
492
if (!found && topRight.IntersectsWith(bounds) && this.
topRight
!= null)
494
found = this.
topRight
.HasIntersectingNodes(bounds);