3 references to EVENT_DATAGRIDVIEWCELLPAINTING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5684this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLPAINTING, value); 5688this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLPAINTING, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13095DataGridViewCellPaintingEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLPAINTING] as DataGridViewCellPaintingEventHandler;