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)
208if (_keys == null) 212return _keys;