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