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