2 writes to _table
PresentationFramework (2)
src\Framework\MS\Internal\Data\ValueTable.cs (2)
69_table = new HybridDictionary(); 163_table = new HybridDictionary();
10 references to _table
PresentationFramework (10)
src\Framework\MS\Internal\Data\ValueTable.cs (10)
67if (_table == null) 75object value = _table[key]; 109_table[key] = value; 161if (_table == null) 167object value = _table[key]; 244_table.Remove(key); 252foreach (DictionaryEntry de in _table) 267if (_table == null) 273ICollection keys = _table.Keys; 295_table.Remove(localKeys[i]);