6 writes to _droppedCellPosition
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1238_droppedCellPosition = GetControlPosition(e.Control); 1245_droppedCellPosition = InvalidPoint; 1328_droppedCellPosition = GetCellPosition(Control.MousePosition); 1372_droppedCellPosition = InvalidPoint; 1536_droppedCellPosition = GetCellPosition(Control.MousePosition); 1541_droppedCellPosition = InvalidPoint;
6 references to _droppedCellPosition
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1236if (_droppedCellPosition == InvalidPoint) 1241Debug.Assert(fullTable || (_droppedCellPosition != InvalidPoint), "Why is neither fullTable or droppedCellPosition set?"); 1243ControlAddedInternal(e.Control, _droppedCellPosition, false, fullTable, null); 1334ControlAddedInternal(_localDragControl, _droppedCellPosition, true, false, de); 1552if (_droppedCellPosition == InvalidPoint) 1563if (_droppedCellPosition == InvalidPoint)