11 instantiations of DataGridViewCellMouseEventArgs
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (11)
5826DataGridViewCellMouseEventArgs dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, me.Y - hti.RowY, me); 5850dgvcme = new DataGridViewCellMouseEventArgs(dgvcme.ColumnIndex, dgvcme.RowIndex, dgvcme.X, dgvcme.Y, me); 5901dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, me.Y - hti.RowY, me); 5966dgvcme = new DataGridViewCellMouseEventArgs(dgvcme.ColumnIndex, dgvcme.RowIndex, dgvcme.X, dgvcme.Y, meTmp); 16344dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, e.Y - hti.RowY, e); 16424dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, e.Y - hti.RowY, e); 16548DataGridViewCellMouseEventArgs dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, e.Y - hti.RowY, e); 16808dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, e.Y - hti.RowY, meTmp); 16812dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, e.Y - hti.RowY, e); 16878OnCellMouseUp(new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, e.Y - hti.RowY, e)); 29228DataGridViewCellMouseEventArgs dgvcme = new DataGridViewCellMouseEventArgs(htiToUse.col, htiToUse.row, mouseX, e.Y - htiToUse.RowY, e);
61 references to DataGridViewCellMouseEventArgs
System.Windows.Forms (61)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (5)
483protected override bool MouseDownUnsharesRow(DataGridViewCellMouseEventArgs e) 501protected override bool MouseUpUnsharesRow(DataGridViewCellMouseEventArgs e) 559protected override void OnMouseDown(DataGridViewCellMouseEventArgs e) 600protected override void OnMouseMove(DataGridViewCellMouseEventArgs e) 637protected override void OnMouseUp(DataGridViewCellMouseEventArgs e)
winforms\Managed\System\WinForms\DataGridViewCell.cs (21)
2999protected virtual bool MouseClickUnsharesRow(DataGridViewCellMouseEventArgs e) 3004internal bool MouseClickUnsharesRowInternal(DataGridViewCellMouseEventArgs e) 3013protected virtual bool MouseDoubleClickUnsharesRow(DataGridViewCellMouseEventArgs e) 3018internal bool MouseDoubleClickUnsharesRowInternal(DataGridViewCellMouseEventArgs e) 3027protected virtual bool MouseDownUnsharesRow(DataGridViewCellMouseEventArgs e) 3032internal bool MouseDownUnsharesRowInternal(DataGridViewCellMouseEventArgs e) 3069protected virtual bool MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs e) 3074internal bool MouseMoveUnsharesRowInternal(DataGridViewCellMouseEventArgs e) 3083protected virtual bool MouseUpUnsharesRow(DataGridViewCellMouseEventArgs e) 3088internal bool MouseUpUnsharesRowInternal(DataGridViewCellMouseEventArgs e) 3328protected virtual void OnMouseClick(DataGridViewCellMouseEventArgs e) 3332internal void OnMouseClickInternal(DataGridViewCellMouseEventArgs e) 3338protected virtual void OnMouseDoubleClick(DataGridViewCellMouseEventArgs e) 3342internal void OnMouseDoubleClickInternal(DataGridViewCellMouseEventArgs e) 3348protected virtual void OnMouseDown(DataGridViewCellMouseEventArgs e) 3352internal void OnMouseDownInternal(DataGridViewCellMouseEventArgs e) 3403protected virtual void OnMouseMove(DataGridViewCellMouseEventArgs e) 3407internal void OnMouseMoveInternal(DataGridViewCellMouseEventArgs e) 3446protected virtual void OnMouseUp(DataGridViewCellMouseEventArgs e) 3450internal void OnMouseUpInternal(DataGridViewCellMouseEventArgs e) 4726private void UpdateCurrentMouseLocation(DataGridViewCellMouseEventArgs e)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
878protected override bool MouseDownUnsharesRow(DataGridViewCellMouseEventArgs e) 896protected override bool MouseUpUnsharesRow(DataGridViewCellMouseEventArgs e) 991protected override void OnMouseDown(DataGridViewCellMouseEventArgs e) 1032protected override void OnMouseMove(DataGridViewCellMouseEventArgs e) 1069protected override void OnMouseUp(DataGridViewCellMouseEventArgs e)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
1904protected override void OnMouseClick(DataGridViewCellMouseEventArgs e) 1975protected override void OnMouseMove(DataGridViewCellMouseEventArgs e)
winforms\Managed\System\WinForms\DataGridViewEventHandlers.cs (1)
50public delegate void DataGridViewCellMouseEventHandler(object sender, DataGridViewCellMouseEventArgs e);
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (4)
529protected override bool MouseDownUnsharesRow(DataGridViewCellMouseEventArgs e) 549protected override bool MouseUpUnsharesRow(DataGridViewCellMouseEventArgs e) 555protected override void OnMouseDown(DataGridViewCellMouseEventArgs e) 611protected override void OnMouseUp(DataGridViewCellMouseEventArgs e)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (6)
790protected override bool MouseDownUnsharesRow(DataGridViewCellMouseEventArgs e) 802protected override bool MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs e) 822protected override bool MouseUpUnsharesRow(DataGridViewCellMouseEventArgs e) 852protected override void OnMouseDown(DataGridViewCellMouseEventArgs e) 889protected override void OnMouseMove(DataGridViewCellMouseEventArgs e) 927protected override void OnMouseUp(DataGridViewCellMouseEventArgs e)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (16)
5826DataGridViewCellMouseEventArgs dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, me.Y - hti.RowY, me); 12192protected virtual void OnCellMouseClick(DataGridViewCellMouseEventArgs e) 12224protected virtual void OnCellMouseDoubleClick(DataGridViewCellMouseEventArgs e) 12256protected virtual void OnCellMouseDown(DataGridViewCellMouseEventArgs e) 12986protected virtual void OnCellMouseMove(DataGridViewCellMouseEventArgs e) 13054protected virtual void OnCellMouseUp(DataGridViewCellMouseEventArgs e) 14105protected virtual void OnColumnHeaderMouseClick(DataGridViewCellMouseEventArgs e) 14145protected virtual void OnColumnHeaderMouseDoubleClick(DataGridViewCellMouseEventArgs e) 16334DataGridViewCellMouseEventArgs dgvcme = null; 16414DataGridViewCellMouseEventArgs dgvcme = null; 16548DataGridViewCellMouseEventArgs dgvcme = new DataGridViewCellMouseEventArgs(hti.col, hti.row, mouseX, e.Y - hti.RowY, e); 16804DataGridViewCellMouseEventArgs dgvcme; 18389protected virtual void OnRowHeaderMouseClick(DataGridViewCellMouseEventArgs e) 18399protected virtual void OnRowHeaderMouseDoubleClick(DataGridViewCellMouseEventArgs e) 25554private void RecordCellMouseClick(DataGridViewCellMouseEventArgs dgvcme) 29228DataGridViewCellMouseEventArgs dgvcme = new DataGridViewCellMouseEventArgs(htiToUse.col, htiToUse.row, mouseX, e.Y - htiToUse.RowY, e);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
596protected override void OnMouseClick(DataGridViewCellMouseEventArgs e)