2 writes to _dragControls
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIHandler.cs (2)
43_dragControls = new Control[components.Length]; 224_dragControls = null;
3 references to _dragControls
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SelectionUIHandler.cs (3)
47_dragControls[i] = GetControl((IComponent)components[i]); 48Debug.Assert(_dragControls[i] is not null, "Everyone must have a control"); 213Control[] controls = _dragControls!;