5 references to _table
PresentationFramework (5)
src\Framework\MS\Internal\Data\AccessorTable.cs (5)
65AccessorInfo info = (AccessorInfo)_table[new AccessorTableKey(sourceValueType, type, name)]; 98_table[new AccessorTableKey(sourceValueType, type, name)] = value; 117object[] keysToRemove = new object[_table.Count]; 119IDictionaryEnumerator ide = _table.GetEnumerator(); 141_table.Remove(keysToRemove[i]);