3 references to s_cellMouseClickEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4290add => Events.AddHandler(s_cellMouseClickEvent, value); 4291remove => Events.RemoveHandler(s_cellMouseClickEvent, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11919GetEvent<DataGridViewCellMouseEventHandler>(s_cellMouseClickEvent)?.Invoke(this, e);