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