2 implementations of IWeakHashtable
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (1)
20
internal sealed class WeakHashtable : Hashtable,
IWeakHashtable
MS\Internal\WeakObjectHashtable.cs (1)
26
internal sealed class WeakObjectHashtable : Hashtable,
IWeakHashtable
4 references to IWeakHashtable
PresentationFramework (4)
MS\Internal\WeakDictionary.cs (3)
77
IWeakHashtable
hashTable = Dict._hashTable;
164
IWeakHashtable
hashTable = Dict._hashTable;
358
IWeakHashtable
_hashTable = WeakHashtable.FromKeyType(typeof(TKey));
MS\Internal\WeakHashtable.cs (1)
234
public static
IWeakHashtable
FromKeyType(Type tKey)