3 references to EVENT_DATAGRIDVIEWCELLFORMATTING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5531this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLFORMATTING, value); 5535this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLFORMATTING, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12137DataGridViewCellFormattingEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLFORMATTING] as DataGridViewCellFormattingEventHandler;