6 writes to _droppedCellPosition
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1235_droppedCellPosition = GetControlPosition(e.Control); 1242_droppedCellPosition = InvalidPoint; 1325_droppedCellPosition = GetCellPosition(Control.MousePosition); 1369_droppedCellPosition = InvalidPoint; 1524_droppedCellPosition = GetCellPosition(Control.MousePosition); 1529_droppedCellPosition = InvalidPoint;
6 references to _droppedCellPosition
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1233if (_droppedCellPosition == InvalidPoint) 1238Debug.Assert(fullTable || (_droppedCellPosition != InvalidPoint), "Why is neither fullTable or droppedCellPosition set?"); 1240ControlAddedInternal(e.Control, _droppedCellPosition, false, fullTable, null); 1331ControlAddedInternal(_localDragControl, _droppedCellPosition, true, false, de); 1540if (_droppedCellPosition == InvalidPoint) 1551if (_droppedCellPosition == InvalidPoint)