3 references to EVENT_DATAGRIDVIEWCELLPARSING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5701this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLPARSING, value); 5705this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLPARSING, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13124DataGridViewCellParsingEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLPARSING] as DataGridViewCellParsingEventHandler;