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