3 references to EVENT_DATAGRIDVIEWROWHEIGHTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6550this.Events.AddHandler(EVENT_DATAGRIDVIEWROWHEIGHTCHANGED, value); 6554this.Events.RemoveHandler(EVENT_DATAGRIDVIEWROWHEIGHTCHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18766DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWHEIGHTCHANGED] as DataGridViewRowEventHandler;