3 references to EVENT_DATAGRIDVIEWROWUNSHARED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6759this.Events.AddHandler(EVENT_DATAGRIDVIEWROWUNSHARED, value); 6763this.Events.RemoveHandler(EVENT_DATAGRIDVIEWROWUNSHARED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19249DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWUNSHARED] as DataGridViewRowEventHandler;