1 instantiation of KeyCollection
PresentationFramework (1)
MS\Internal\WeakDictionary.cs (1)
207_keys = new WeakDictionary<TKey, TValue>.KeyCollection<TKey, TValue>(this);
1 reference to KeyCollection
PresentationFramework (1)
MS\Internal\WeakDictionary.cs (1)
359KeyCollection<TKey, TValue> _keys = null;