3 writes to _localDragControl
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
1314
_localDragControl
= dragControl;
1321
_localDragControl
= null; // VSWhidbey #275678
1335
_localDragControl
= null;
6 references to _localDragControl
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1279
if ((existingControl is not null &&
_localDragControl
is null) ||
1280
(
_localDragControl
is not null && _dragComponents.Count > 1) ||
1281
(
_localDragControl
is not null && existingControl is not null && Control.ModifierKeys == Keys.Control))
1309
if (
_localDragControl
is null)
1331
if (
_localDragControl
is not null)
1334
ControlAddedInternal(
_localDragControl
, _droppedCellPosition, true, false, de);