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