2 writes to _table
PresentationFramework (2)
MS\Internal\Data\ValueTable.cs (2)
67_table = new HybridDictionary(); 161_table = new HybridDictionary();
10 references to _table
PresentationFramework (10)
MS\Internal\Data\ValueTable.cs (10)
65if (_table == null) 73object value = _table[key]; 107_table[key] = value; 159if (_table == null) 165object value = _table[key]; 242_table.Remove(key); 250foreach (DictionaryEntry de in _table) 265if (_table == null) 271ICollection keys = _table.Keys; 293_table.Remove(localKeys[i]);