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