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