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