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)
281
return
_childInfo
?? [];
300
for (int i = 0; i <
_childInfo
.Length; i++)
302
if (
_childInfo
[i].IsAbsolutelyPositioned)
304
fixedChildren[index++] =
_childInfo
[i];
328
[MemberNotNullWhen(true, nameof(
_childInfo
))]