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