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