2 writes to _table
PresentationFramework (2)
MS\Internal\Data\ValueTable.cs (2)
62
_table
= new HybridDictionary();
156
_table
= new HybridDictionary();
10 references to _table
PresentationFramework (10)
MS\Internal\Data\ValueTable.cs (10)
60
if (
_table
== null)
68
object value =
_table
[key];
102
_table
[key] = value;
154
if (
_table
== null)
160
object value =
_table
[key];
237
_table
.Remove(key);
245
foreach (DictionaryEntry de in
_table
)
260
if (
_table
== null)
266
ICollection keys =
_table
.Keys;
288
_table
.Remove(localKeys[i]);