2 writes to _table
PresentationFramework (2)
src\Framework\MS\Internal\Data\ValueTable.cs (2)
69
_table
= new HybridDictionary();
163
_table
= new HybridDictionary();
10 references to _table
PresentationFramework (10)
src\Framework\MS\Internal\Data\ValueTable.cs (10)
67
if (
_table
== null)
75
object value =
_table
[key];
109
_table
[key] = value;
161
if (
_table
== null)
167
object value =
_table
[key];
244
_table
.Remove(key);
252
foreach (DictionaryEntry de in
_table
)
267
if (
_table
== null)
273
ICollection keys =
_table
.Keys;
295
_table
.Remove(localKeys[i]);