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)
1279if ((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)) 1309if (_localDragControl is null) 1331if (_localDragControl is not null) 1334ControlAddedInternal(_localDragControl, _droppedCellPosition, true, false, de);