1 write to Dict
PresentationFramework (1)
MS\Internal\WeakDictionary.cs (1)
23
Dict
= dict;
3 references to Dict
PresentationFramework (3)
MS\Internal\WeakDictionary.cs (3)
48
return
Dict
.ContainsKey(item);
58
get { return
Dict
.Count; }
77
IWeakHashtable hashTable =
Dict
._hashTable;