4 references to s_stateValid
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (4)
23
private static readonly int s_stateChildInfoValid = BitVector32.CreateMask(
s_stateValid
);
317
get { return _state[
s_stateValid
]; }
320
_state[
s_stateValid
] = value;
321
if (!_state[
s_stateValid
])