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