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