1 instantiation of ValueCollection
PresentationFramework (1)
MS\Internal\WeakDictionary.cs (1)
240_values = new WeakDictionary<TKey, TValue>.ValueCollection<TKey, TValue>(this);
1 reference to ValueCollection
PresentationFramework (1)
MS\Internal\WeakDictionary.cs (1)
360ValueCollection<TKey, TValue> _values = null;