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