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]);
48
Debug.Assert(
_dragControls
[i] is not null, "Everyone must have a control");
213
Control[] controls =
_dragControls
!;