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