1 write to Dict
PresentationFramework (1)
MS\Internal\WeakDictionary.cs (1)
22
Dict
= dict;
3 references to Dict
PresentationFramework (3)
MS\Internal\WeakDictionary.cs (3)
47
return
Dict
.ContainsKey(item);
57
get { return
Dict
.Count; }
76
IWeakHashtable hashTable =
Dict
._hashTable;