1 instantiation of HashKey
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingContext.cs (1)
229return new HashKey(dataSource, dataMember);
5 references to HashKey
System.Windows.Forms (5)
winforms\Managed\System\WinForms\BindingContext.cs (5)
228internal HashKey GetKey(object dataSource, string dataMember) { 268if (target is HashKey) { 269HashKey keyTarget = (HashKey)target; 334HashKey key = GetKey(dataSource, dataMember);