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