2 implementations of UnwrapKey
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (1)
61public object UnwrapKey(object key)
MS\Internal\WeakObjectHashtable.cs (1)
58public object UnwrapKey(object key)
3 references to UnwrapKey
PresentationFramework (3)
MS\Internal\WeakDictionary.cs (3)
82KeyType key = hashTable.UnwrapKey(obj) as KeyType; 169KeyType key = hashTable.UnwrapKey(obj) as KeyType; 339TKey key = _hashTable.UnwrapKey(obj) as TKey;