8 references to _hashTable
PresentationFramework (8)
MS\Internal\WeakHashSet.cs (8)
21
if (!
_hashTable
.ContainsKey(item))
23
_hashTable
.SetWeak(item, null);
29
_hashTable
.Clear();
34
return
_hashTable
.ContainsKey(item);
60
return
_hashTable
.Count;
71
if (
_hashTable
.ContainsKey(item))
73
_hashTable
.Remove(item);
85
foreach (object key in
_hashTable
.Keys)