1 write to _values
PresentationFramework (1)
MS\Internal\WeakDictionary.cs (1)
240_values = new WeakDictionary<TKey, TValue>.ValueCollection<TKey, TValue>(this);
2 references to _values
PresentationFramework (2)
MS\Internal\WeakDictionary.cs (2)
238if (_values == null) 242return _values;