2 writes to _countFixedChildren
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (2)
231
_countFixedChildren
= 0;
254
_countFixedChildren
++;
2 references to _countFixedChildren
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (2)
296
LayoutInfo[] fixedChildren = new LayoutInfo[
_countFixedChildren
];
331
get { return
_countFixedChildren
> 0; }