2 writes to _childInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1704_childInfo = trimmedChildInfo; 1707_childInfo = childInfo;
5 references to _childInfo
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (5)
1711return (_childInfo == null) ? new LayoutInfo[0] : _childInfo; 1725for (int i = 0; i < _childInfo.Length; i++) { 1726if (_childInfo[i].IsAbsolutelyPositioned) { 1727fixedChildren[index++] = _childInfo[i];