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)
296LayoutInfo[] fixedChildren = new LayoutInfo[_countFixedChildren]; 331get { return _countFixedChildren > 0; }