9 references to stateBeginInit
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolStripPanel.cs (9)
63
private static readonly int stateChangingZOrder = BitVector32.CreateMask(
stateBeginInit
);
87
this.state[stateLocked |
stateBeginInit
| stateChangingZOrder] = false;
431
state[
stateBeginInit
] = true;
436
state[
stateBeginInit
] = false;
528
if (!state[
stateBeginInit
] && !state[stateInJoin]) {
572
if (state[
stateBeginInit
]) {
580
if (!state[
stateBeginInit
]) {
643
if (!state[
stateBeginInit
] && !state[stateInJoin]) {
950
if (!state[
stateBeginInit
] && !state[stateInJoin]) {