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