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)
1236
if (
_droppedCellPosition
== InvalidPoint)
1241
Debug.Assert(fullTable || (
_droppedCellPosition
!= InvalidPoint), "Why is neither fullTable or droppedCellPosition set?");
1243
ControlAddedInternal(e.Control,
_droppedCellPosition
, false, fullTable, null);
1334
ControlAddedInternal(_localDragControl,
_droppedCellPosition
, true, false, de);
1552
if (
_droppedCellPosition
== InvalidPoint)
1563
if (
_droppedCellPosition
== InvalidPoint)