3 writes to _localDragControl
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
1311
_localDragControl
= dragControl;
1318
_localDragControl
= null; // VSWhidbey #275678
1332
_localDragControl
= null;
6 references to _localDragControl
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1276
if ((existingControl is not null &&
_localDragControl
is null) ||
1277
(
_localDragControl
is not null && _dragComponents.Count > 1) ||
1278
(
_localDragControl
is not null && existingControl is not null && Control.ModifierKeys == Keys.Control))
1306
if (
_localDragControl
is null)
1328
if (
_localDragControl
is not null)
1331
ControlAddedInternal(
_localDragControl
, _droppedCellPosition, true, false, de);