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