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