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