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