5 references to stateContstructing
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripItem.cs (5)
161private static readonly int stateDisposed = BitVector32.CreateMask(stateContstructing); 191state[stateEnabled | stateAutoSize | stateVisible | stateContstructing | stateSupportsItemClick | stateInvalidMirroredImage | stateMouseDownAndUpMustBeInSameItem | stateUseAmbientMargin] = true; 197state[stateContstructing] = false; 775if (!state[stateContstructing]) { 3621if (! state[stateContstructing]) {