2 writes to _childInfo
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (2)
173_childInfo = []; 178_childInfo = new ChildInfo[children.Count];
18 references to _childInfo
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (18)
233_childInfo[i].MarginBounds = marginBounds; 234_childInfo[i].ControlBounds = bounds; 235_childInfo[i].InSelectionCollection = _dragControls?.Contains(currentControl) == true; 321_childInfo[controlIndex].MarginBounds.Y = size.Min; 322_childInfo[controlIndex].MarginBounds.Height = size.Size; 327_childInfo[controlIndex].MarginBounds.X = size.Min; 328_childInfo[controlIndex].MarginBounds.Width = size.Size; 585while (_insertionIndex < _childInfo.Length - 1 && _childInfo[_insertionIndex].InSelectionCollection) 599if (_insertionIndex != _childInfo.Length) 793|| _childInfo is null 794|| _childInfo.Length == 0 815for (i = 0; i < _childInfo.Length; i++) 817if (_childInfo[i].MarginBounds.Contains(mouseLocation)) 819bounds = _childInfo[i].ControlBounds; 833if (_childInfo[i].InSelectionCollection) 867bounds = _childInfo[_insertionIndex - 1].ControlBounds; 868if (_childInfo[_insertionIndex - 1].InSelectionCollection)