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