5 references to Quadrant
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (5)
62
this.root = new
Quadrant
(null, this.bounds);
345
toInsert.topLeft = new
Quadrant
(toInsert, topLeft);
353
toInsert.topRight = new
Quadrant
(toInsert, topRight);
361
toInsert.bottomLeft = new
Quadrant
(toInsert, bottomLeft);
369
toInsert.bottomRight = new
Quadrant
(toInsert, bottomRight);