2 writes to _table
PresentationFramework (2)
MS\Internal\Data\ValueTable.cs (2)
63_table = new HybridDictionary(); 157_table = new HybridDictionary();
10 references to _table
PresentationFramework (10)
MS\Internal\Data\ValueTable.cs (10)
61if (_table == null) 69object value = _table[key]; 103_table[key] = value; 155if (_table == null) 161object value = _table[key]; 238_table.Remove(key); 246foreach (DictionaryEntry de in _table) 261if (_table == null) 267ICollection keys = _table.Keys; 289_table.Remove(localKeys[i]);