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)
1239
if (
_droppedCellPosition
== InvalidPoint)
1244
Debug.Assert(fullTable || (
_droppedCellPosition
!= InvalidPoint), "Why is neither fullTable or droppedCellPosition set?");
1246
ControlAddedInternal(e.Control,
_droppedCellPosition
, false, fullTable, null);
1337
ControlAddedInternal(_localDragControl,
_droppedCellPosition
, true, false, de);
1555
if (
_droppedCellPosition
== InvalidPoint)
1566
if (
_droppedCellPosition
== InvalidPoint)