8 references to _hashTable
PresentationFramework (8)
src\Framework\MS\Internal\WeakHashSet.cs (8)
28
if (!
_hashTable
.ContainsKey(item))
30
_hashTable
.SetWeak(item, null);
36
_hashTable
.Clear();
41
return
_hashTable
.ContainsKey(item);
76
return
_hashTable
.Count;
87
if (
_hashTable
.ContainsKey(item))
89
_hashTable
.Remove(item);
101
foreach (object key in
_hashTable
.Keys)