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