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