5 instantiations of 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);
15 references to Quadrant
System.Data (15)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (15)
30
Quadrant
root;
31
IDictionary<T,
Quadrant
> table;
65
Quadrant
parent = this.root.Insert(node, bounds);
69
this.table = new Dictionary<T,
Quadrant
>();
127
Quadrant
parent = null;
205
Quadrant
parent;
212
Quadrant
topLeft;
213
Quadrant
topRight;
214
Quadrant
bottomLeft;
215
Quadrant
bottomRight;
274
public Quadrant(
Quadrant
parent, Rect bounds)
288
internal
Quadrant
Parent
307
internal
Quadrant
Insert(T node, Rect bounds)
316
Quadrant
toInsert = this;
338
Quadrant
child = null;