3 writes to _localDragControl
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
1317
_localDragControl
= dragControl;
1324
_localDragControl
= null; // VSWhidbey #275678
1338
_localDragControl
= null;
6 references to _localDragControl
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1282
if ((existingControl is not null &&
_localDragControl
is null) ||
1283
(
_localDragControl
is not null && _dragComponents.Count > 1) ||
1284
(
_localDragControl
is not null && existingControl is not null && Control.ModifierKeys == Keys.Control))
1312
if (
_localDragControl
is null)
1334
if (
_localDragControl
is not null)
1337
ControlAddedInternal(
_localDragControl
, _droppedCellPosition, true, false, de);