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