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