4 references to _table
PresentationFramework (4)
MS\Internal\Data\AccessorTable.cs (4)
56if (_table.TryGetValue(new AccessorTableKey(sourceValueType, type, name), out AccessorInfo info)) 87_table[new AccessorTableKey(sourceValueType, type, name)] = value; 110foreach (KeyValuePair<AccessorTableKey, AccessorInfo> entry in _table) 115_table.Remove(entry.Key);