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)
1233
if (
_droppedCellPosition
== InvalidPoint)
1238
Debug.Assert(fullTable || (
_droppedCellPosition
!= InvalidPoint), "Why is neither fullTable or droppedCellPosition set?");
1240
ControlAddedInternal(e.Control,
_droppedCellPosition
, false, fullTable, null);
1331
ControlAddedInternal(_localDragControl,
_droppedCellPosition
, true, false, de);
1540
if (
_droppedCellPosition
== InvalidPoint)
1551
if (
_droppedCellPosition
== InvalidPoint)