4 references to GetCellPosition
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (4)
1261
Point dropPoint =
GetCellPosition
(Control.MousePosition);
1292
Point cell =
GetCellPosition
(new Point(x, y));
1328
_droppedCellPosition =
GetCellPosition
(Control.MousePosition);
1536
_droppedCellPosition =
GetCellPosition
(Control.MousePosition);