2 implementations of UnwrapKey
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (1)
58public object UnwrapKey(object key)
MS\Internal\WeakObjectHashtable.cs (1)
56public object UnwrapKey(object key)
3 references to UnwrapKey
PresentationFramework (3)
MS\Internal\WeakDictionary.cs (3)
79KeyType key = hashTable.UnwrapKey(obj) as KeyType; 166KeyType key = hashTable.UnwrapKey(obj) as KeyType; 336TKey key = _hashTable.UnwrapKey(obj) as TKey;