2 writes to _table
PresentationFramework (2)
MS\Internal\Data\ValueTable.cs (2)
67
_table
= new HybridDictionary();
161
_table
= new HybridDictionary();
10 references to _table
PresentationFramework (10)
MS\Internal\Data\ValueTable.cs (10)
65
if (
_table
== null)
73
object value =
_table
[key];
107
_table
[key] = value;
159
if (
_table
== null)
165
object value =
_table
[key];
242
_table
.Remove(key);
250
foreach (DictionaryEntry de in
_table
)
265
if (
_table
== null)
271
ICollection keys =
_table
.Keys;
293
_table
.Remove(localKeys[i]);