3 instantiations of WeakHashtable
PresentationFramework (2)
MS\Internal\WeakHashSet.cs (1)
112private WeakHashtable _hashTable = new WeakHashtable();
MS\Internal\WeakHashtable.cs (1)
241return new WeakHashtable();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Generated\PropertyHelper.cs (1)
151private static WeakHashtable _propertyTransferEnabledMap = new WeakHashtable();
5 references to WeakHashtable
PresentationFramework (4)
MS\Internal\WeakDictionary.cs (1)
357private IWeakHashtable _hashTable = WeakHashtable.FromKeyType(typeof(TKey));
MS\Internal\WeakHashSet.cs (3)
87WeakHashtable.EqualityWeakReference objRef = key as WeakHashtable.EqualityWeakReference; 112private WeakHashtable _hashTable = new WeakHashtable();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Generated\PropertyHelper.cs (1)
151private static WeakHashtable _propertyTransferEnabledMap = new WeakHashtable();