5 references to ContainsKey
PresentationFramework (5)
MS\Internal\WeakDictionary.cs (5)
197
return _hashTable.
ContainsKey
(key);
214
if (_hashTable.
ContainsKey
(key))
224
if (_hashTable.
ContainsKey
(key))
249
if (!_hashTable.
ContainsKey
(key))
277
if (!_hashTable.
ContainsKey
(item.Key))