2 writes to _table
PresentationFramework (2)
MS\Internal\Data\ValueTable.cs (2)
62_table = new HybridDictionary(); 156_table = new HybridDictionary();
10 references to _table
PresentationFramework (10)
MS\Internal\Data\ValueTable.cs (10)
60if (_table == null) 68object value = _table[key]; 102_table[key] = value; 154if (_table == null) 160object value = _table[key]; 237_table.Remove(key); 245foreach (DictionaryEntry de in _table) 260if (_table == null) 266ICollection keys = _table.Keys; 288_table.Remove(localKeys[i]);