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