1 instantiation of WeakKeyDictionary
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
53objectMap = 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)
36WeakKeyDictionary<object, WeakReference> objectMap;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (2)
370WeakKeyDictionary<K, V> _dictionary; 373public LostKeyFinder(WeakKeyDictionary<K, V> dictionary, WeakKey key)