2 writes to _table
PresentationFramework (2)
MS\Internal\Data\ValueTable.cs (2)
63
_table
= new HybridDictionary();
157
_table
= new HybridDictionary();
10 references to _table
PresentationFramework (10)
MS\Internal\Data\ValueTable.cs (10)
61
if (
_table
== null)
69
object value =
_table
[key];
103
_table
[key] = value;
155
if (
_table
== null)
161
object value =
_table
[key];
238
_table
.Remove(key);
246
foreach (DictionaryEntry de in
_table
)
261
if (
_table
== null)
267
ICollection keys =
_table
.Keys;
289
_table
.Remove(localKeys[i]);