5 references to stateChildInfoValid
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (5)
1467
private static readonly int stateChildHasColumnSpan = BitVector32.CreateMask(
stateChildInfoValid
);
1667
if (!_state[
stateChildInfoValid
]) {
1709
_state[
stateChildInfoValid
] = true;
1716
get { return _state[
stateChildInfoValid
]; }
1739
_state[
stateChildInfoValid
] = false;