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