4 references to GetCellPosition
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (4)
1264
Point dropPoint =
GetCellPosition
(Control.MousePosition);
1295
Point cell =
GetCellPosition
(new Point(x, y));
1331
_droppedCellPosition =
GetCellPosition
(Control.MousePosition);
1539
_droppedCellPosition =
GetCellPosition
(Control.MousePosition);