4 references to stateValid
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (4)
1466
private static readonly int stateChildInfoValid = BitVector32.CreateMask(
stateValid
);
1736
get { return _state[
stateValid
]; }
1737
set { _state[
stateValid
] = value;
1738
if (!_state[
stateValid
]) {