2 implementations of IWeakHashtable
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (1)
19
internal sealed class WeakHashtable : Hashtable,
IWeakHashtable
MS\Internal\WeakObjectHashtable.cs (1)
25
internal sealed class WeakObjectHashtable : Hashtable,
IWeakHashtable
4 references to IWeakHashtable
PresentationFramework (4)
MS\Internal\WeakDictionary.cs (3)
76
IWeakHashtable
hashTable = Dict._hashTable;
163
IWeakHashtable
hashTable = Dict._hashTable;
357
private
IWeakHashtable
_hashTable = WeakHashtable.FromKeyType(typeof(TKey));
MS\Internal\WeakHashtable.cs (1)
233
public static
IWeakHashtable
FromKeyType(Type tKey)