1 write to Dict
PresentationFramework (1)
src\Framework\MS\Internal\WeakDictionary.cs (1)
26
Dict
= dict;
3 references to Dict
PresentationFramework (3)
src\Framework\MS\Internal\WeakDictionary.cs (3)
51
return
Dict
.ContainsKey(item);
61
get { return
Dict
.Count; }
80
IWeakHashtable hashTable =
Dict
._hashTable;