3 references to OnMouseUpInternal
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
12722GetCellInternal(e.ColumnIndex, e.RowIndex).OnMouseUpInternal(e); 12726dataGridViewCell.OnMouseUpInternal(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6544public void MouseClick(DataGridViewCellMouseEventArgs e) => OnMouseUpInternal(e);