5 references to
PresentationFramework (5)
MS\Internal\WeakDictionary.cs (5)
170
yield return (ValueType)hashTable
[
obj];
227
value = (TValue)_hashTable
[
key];
254
return (TValue)_hashTable
[
key];
283
if (object.Equals(_hashTable
[
item.Key], item.Value))
340
yield return new KeyValuePair<TKey, TValue>(key, (TValue)_hashTable
[
obj]);