6 writes to _droppedCellPosition
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1241_droppedCellPosition = GetControlPosition(e.Control); 1248_droppedCellPosition = InvalidPoint; 1331_droppedCellPosition = GetCellPosition(Control.MousePosition); 1375_droppedCellPosition = InvalidPoint; 1539_droppedCellPosition = GetCellPosition(Control.MousePosition); 1544_droppedCellPosition = InvalidPoint;
6 references to _droppedCellPosition
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1239if (_droppedCellPosition == InvalidPoint) 1244Debug.Assert(fullTable || (_droppedCellPosition != InvalidPoint), "Why is neither fullTable or droppedCellPosition set?"); 1246ControlAddedInternal(e.Control, _droppedCellPosition, false, fullTable, null); 1337ControlAddedInternal(_localDragControl, _droppedCellPosition, true, false, de); 1555if (_droppedCellPosition == InvalidPoint) 1566if (_droppedCellPosition == InvalidPoint)