2 references to ConvertCellToGridCoord
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
11900
Point ptGridCoord =
ConvertCellToGridCoord
(e.ColumnIndex, e.RowIndex, e.X, e.Y);
12683
Point ptGridCoord =
ConvertCellToGridCoord
(e.ColumnIndex, e.RowIndex, e.X, e.Y);