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