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)
241
if (
_values
== null)
245
return
_values
;