5 references to s_stateChildInfoValid
System.Windows.Forms (5)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (5)
24
private static readonly int s_stateChildHasColumnSpan = BitVector32.CreateMask(
s_stateChildInfoValid
);
229
if (!_state[
s_stateChildInfoValid
])
278
_state[
s_stateChildInfoValid
] = true;
287
get { return _state[
s_stateChildInfoValid
]; }
323
_state[
s_stateChildInfoValid
] = false;