8 references to _hashTable
PresentationFramework (8)
MS\Internal\WeakHashSet.cs (8)
22
if (!
_hashTable
.ContainsKey(item))
24
_hashTable
.SetWeak(item, null);
30
_hashTable
.Clear();
35
return
_hashTable
.ContainsKey(item);
61
return
_hashTable
.Count;
72
if (
_hashTable
.ContainsKey(item))
74
_hashTable
.Remove(item);
86
foreach (object key in
_hashTable
.Keys)