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