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