5 references to
PresentationFramework (5)
MS\Internal\WeakDictionary.cs (5)
169
yield return (ValueType)hashTable
[
obj];
226
value = (TValue)_hashTable
[
key];
253
return (TValue)_hashTable
[
key];
282
if (object.Equals(_hashTable
[
item.Key], item.Value))
339
yield return new KeyValuePair<TKey, TValue>(key, (TValue)_hashTable
[
obj]);