1 instantiation of WeakKeyDictionary
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
53
objectMap = new
WeakKeyDictionary
<object, WeakReference>(ObjectReferenceEqualityComparer<object>.Default);
3 references to WeakKeyDictionary
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
36
WeakKeyDictionary
<object, WeakReference> objectMap;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (2)
370
WeakKeyDictionary
<K, V> _dictionary;
373
public LostKeyFinder(
WeakKeyDictionary
<K, V> dictionary, WeakKey key)