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)
1282if ((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)) 1312if (_localDragControl is null) 1334if (_localDragControl is not null) 1337ControlAddedInternal(_localDragControl, _droppedCellPosition, true, false, de);