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)
371
KeyCollection
<TKey, TValue> _keys = null;