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