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