1 instantiation of HashKey
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingContext.cs (1)
173return new HashKey(dataSource, dataMember);
7 references to HashKey
System.Windows.Forms (7)
System\Windows\Forms\DataBinding\BindingContext.cs (6)
16private readonly Dictionary<HashKey, WeakReference> _listManagers; 171private static HashKey GetKey(object dataSource, string? dataMember) 232HashKey key = GetKey(dataSource, dataMember); 320List<HashKey>? cleanupList = null; 321foreach (KeyValuePair<HashKey, WeakReference> de in _listManagers) 333foreach (HashKey key in cleanupList)
System\Windows\Forms\DataBinding\BindingContext.HashKey.cs (1)
32if (target is not HashKey keyTarget)