2 writes to _countFixedChildren
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1668_countFixedChildren = 0; 1688_countFixedChildren++;
2 references to _countFixedChildren
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1722LayoutInfo[] fixedChildren = new LayoutInfo[_countFixedChildren]; 1745get { return _countFixedChildren > 0; }