5 references to ContainsKey
PresentationFramework (5)
MS\Internal\WeakDictionary.cs (5)
198
return _hashTable.
ContainsKey
(key);
215
if (_hashTable.
ContainsKey
(key))
225
if (_hashTable.
ContainsKey
(key))
250
if (!_hashTable.
ContainsKey
(key))
278
if (!_hashTable.
ContainsKey
(item.Key))