2 implementations of UnwrapKey
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (1)
59public object UnwrapKey(object key)
MS\Internal\WeakObjectHashtable.cs (1)
57public object UnwrapKey(object key)
3 references to UnwrapKey
PresentationFramework (3)
MS\Internal\WeakDictionary.cs (3)
80KeyType key = hashTable.UnwrapKey(obj) as KeyType; 167KeyType key = hashTable.UnwrapKey(obj) as KeyType; 337TKey key = _hashTable.UnwrapKey(obj) as TKey;