2 references to AccessorTableKey
PresentationFramework (2)
MS\Internal\Data\AccessorTable.cs (2)
57if (_table.TryGetValue(new AccessorTableKey(sourceValueType, type, name), out AccessorInfo info)) 88_table[new AccessorTableKey(sourceValueType, type, name)] = value;