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)
1276if ((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)) 1306if (_localDragControl is null) 1328if (_localDragControl is not null) 1331ControlAddedInternal(_localDragControl, _droppedCellPosition, true, false, de);