1 write to _values
PresentationFramework (1)
src\Framework\MS\Internal\WeakDictionary.cs (1)
243_values = new WeakDictionary<TKey, TValue>.ValueCollection<TKey, TValue>(this);
2 references to _values
PresentationFramework (2)
src\Framework\MS\Internal\WeakDictionary.cs (2)
241if (_values == null) 245return _values;