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