2 writes to _childInfo
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (2)
271_childInfo = trimmedChildInfo; 275_childInfo = childInfo;
5 references to _childInfo
System.Windows.Forms (5)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (5)
281return _childInfo ?? []; 300for (int i = 0; i < _childInfo.Length; i++) 302if (_childInfo[i].IsAbsolutelyPositioned) 304fixedChildren[index++] = _childInfo[i]; 328[MemberNotNullWhen(true, nameof(_childInfo))]