1 write to _keys
PresentationFramework (1)
src\Framework\MS\Internal\WeakDictionary.cs (1)
210
_keys
= new WeakDictionary<TKey, TValue>.KeyCollection<TKey, TValue>(this);
2 references to _keys
PresentationFramework (2)
src\Framework\MS\Internal\WeakDictionary.cs (2)
208
if (
_keys
== null)
212
return
_keys
;