1 write to table
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
69
this.
table
= new Dictionary<T, Quadrant>();
5 references to table
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (5)
67
if (this.
table
== null)
71
this.
table
[node] = parent;
125
if (this.
table
!= null)
128
if (this.
table
.TryGetValue(node, out parent))
131
this.
table
.Remove(node);